Aakarshak1 / weather-now

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 53.3%Language:HTML 45.1%Language:CSS 1.5%