Weather-Now is Node.js project created using openweathermap API that provides detailed weather description of a given city This app is created using using Node.js, ExpressJS, RESTful routing, ejs, Javascript and bootstrap.
- Sign-up to OpenWeatherMap.org https://openweathermap.org/api to get your API key
- Clone the Repo
git clone
. npm install
- Create
.env
file using givensample.env
file. npm run start
- Open your Browser and point to
localhost:3000
Make sure you have nodemon
installed in your system Globaly. To install nodemon
.
-
For windows.
npm install -g nodemon
-
For Linux / MacOS you may need to use
sudo
to install package globalysudo npm install -g nodemon