BrianMitchL / weatherBot

⛈ A Twitter bot for weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move strings to non-code file

BrianMitchL opened this issue · comments

While talking with @ryanmr, he made a good point that moving strings to something like a YAML file might be a good thing to do. It would be a lot easier for non-developers to add strings and contribute to the bot.

I'll work on this for v2.0. Any tips on structure or other features related to this would be appreciated!

Implemented in e697d8b, refined in later commits.