This is the web version of https://github.com/KBPsystem777/nodejs-weather-app
Collects the current weather temperature in Celsius of a certain city, based on user input. Data is being collected from OpenWeatherMap API
Clone the repo, point to the directory and enter the following:
> npm install
> node server.js
localhost:3000