An App which leverges the openweathermap API to deliver the most recent current weather in your city based on your country.
The interface of this app is pretty straightforward and self-explenatory.
- Enter your City
- Enter your Country
- Hit the Get Weather button
that's it
In order to work and run the project locally you need NodeJs and npm installed on your system. Perform the following steps:
$ git clone https://github.com/rohitvish12/weatherapp.git
$ cd WeatherApp
$ npm install
$ npm start
After running this commands, open up your favorite browser (if it doesn't open automatically which usually will happen) and go to http://localhost:3000.