mjayashri / nodejs_weather_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App

Weather App is a simple weather forecast app. It is built using node JS/Express.The app gives the information of the current weather when the location is given as input.

Tools used

  • HTML5
  • CSS3
  • Node JS
  • HandleBar

NPM Packages

  • Express
  • Hbs
  • Nodemon
  • Request

APIs

  • Weather stack API
  • Mapbox api

Deployed in Heroku

How to install

How to run the repo

  1. Clone this repo
  2. Run npm install
  3. Run npm start //change
  4. You must add your own API key in the utils/forecast.js and utils/geocode.js file to connect to weather stack and mapbox API.

 Images of the App

About


Languages

Language:JavaScript 64.2%Language:HTML 25.8%Language:CSS 10.1%