A project that gets weather information using an API from Weatherstack
To use it, we need to install Nodejs and get the token from Weatherstack
Rename the file .env.example
to .env
and change the PORT and API_TOKEN . API_TOKEN is taken from weatherstack
PORT = ...
API_TOKEN = ...
$ npm i
$ npm start