/bands_of_yore

Tweet bot inspired by D&D. Keeps you up to date on your favorite bands of lore.

Primary LanguageJavaScript

Bands of Yore

Node bot that tweets band names inspired by Dunegons and Dragons. This repo contains the source code for the twitter bot. Check out the bot at @bandsofyore.

Contributing

Check out the issues on how to contribute to this project. There are issues specifically designated for first time contributors or someone new to Javascript and Node.

Adding to the Dictionary

Check out ./app/data and follow the existing syntax to contribute to the dictionary of words that application uses to create tweets. This is a great location to begin contributing.

As a note it will help to understand javascript Template Literals when looking at the dictionary. It is also important to note that at a base level all tweets are constructed from [noun] and [adjective] with the ability to create sub components such as [band] and [venue] that are then inserted into [tweet].