In response to the COVID-19 pandemic that spread worldwide, Italy was divided in areas with different colors based on virus' circulation.
For more info check this page on Wikipedia.
The aim of this project is to allow users to have an overview of Italy's pandemic situation by simply interacting with a Telegram Bot.
Before running the code, it is necessary to set an environment variable with name "TOKEN" that holds your bot's token.
There are different ways to set environment variables, check out this if you are using Windows and this if you're using Linux or MacOS.
If you are using Docker you should set the container's environment variable too, check out this.
You can get your bot's API key by chatting with BotFather. For more information, check the official telegram documentation.
Use of the commands below according to your preference in project's root directory:
npm start
yarn start
Enjoy!