Skip to content

heyprashant/weather-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-applicatition

Live demo

Features include:

  • fetch weather forecast for any location
  • fetch weather forecast for current location using single button

Explored Node.js, Express -

  • async JavaScript promises, callbacks.
  • served up JSON and HTML, contents of entire directories.
  • working with templating engines (handlebars js).

API used:

Running locally in your machine:

To get started, just clone the repository and run npm install:

git clone https://github.com/heyprashant/weather-application.git
npm install
npm run dev