WeatherBot is a Discord bot written with the node.js module discord.js and weather-js in order to display the weather at a specific location.
Node
Install packages:
npm install discord.js
npm install weather-js
Open config.json and copy a Discord bot key in the token field. Make one at https://discordapp.com/developers/applications/ with your Discord account.
"token": "XXXXXXXXXXXXXXXXX" (place the key where the Xs are)
Run the program with:
node index.js