Skip to content

Aakarshak1/weather-now

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published