Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 781 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 781 Bytes

Weather-Now

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.


Getting Started


  • 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 given sample.env file.
  • npm run start
  • Open your Browser and point to localhost:3000

Installing

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 globaly

    sudo npm install -g nodemon