Weather Journal App
Start by installing dependencies in the local node_modules folder.
To do this you will need to have NodeJS installed on your local machine and then to execute:
inside the app folder.
In order to use this app, you will need a subscription to OpenWeather API from where you will receive an email with a token that will be used to query their weather data.
After you've installed dependencies, inside the project directory, you can run:
Runs the server on the localhost.
Open http://localhost:3000 to view it in the browser.
Then you can open index.html in your browser and test the app.