Node.js command line application that takes a city name and retrieves the forecast for today. It uses Weather API.
The purpose of the app was to practice fetching data using https.get() and using data, completion and error events on the response.
To run the app:
node app.js London
The app requires an API key that can be created for free on Weather API website.
Add this key in api.json file so it can be used by the app.
JavaScript, Node.js (v. ^14.17.0)
Radoslaw Soltan
This project is under the MIT License - see the LICENSE.md file for details.