The WeatherBot is a bot on Discord that aims to inform the weather of the region chosen by the user and on the day of the week selected by them; this option is not necessary, and if left blank, it returns the current day.
- latest LTS version of Node.js
- Discord Token. Get it from Discord Developers Portal
- ClientID
for loading slash commands. Discord Developers Portal - Tomorrow.io API KEY
for get information about weather. Tomorrow.io
Installing via NPM
Clone the repo by running
git clone https://github.com/JuanHPassos/WeatherBot
After cloning fill all requirement in config.json (rename configexample.json to config.json), then run
npm install
To start your bot
node src/index.js
Just type the command '/weather' and write the desired city. The day option is not mandatory, and if it is not chosen, the current day is chosen.

