- 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).
- weatherstack - To fetch forecast data
- mapbox - To fetch geocodes for the address
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