A website to check the realtime weather of any location usinng Node.js + Express + OpenWeather API
This project is based on a tutorial from codeburst.io
A screenshot of the final client-side interface is shown below:
To trigger deploy in local host, execute following command in the terminal:
API_KEY=key node index.js
API_KEY
is the name of the environment variable and key
is the value.