https://github.com/daxter-army/weather-app
A weather app, powered by Node.js, Mapbox and Darksky.net API with dynamic templating using handlebars to serve you realtime weather updates, around the globe.
https://github.com/daxter-army/weather-app
darksky-api express-js handlebars mapbox-api nodejs
Last synced: about 2 months ago
JSON representation
A weather app, powered by Node.js, Mapbox and Darksky.net API with dynamic templating using handlebars to serve you realtime weather updates, around the globe.
- Host: GitHub
- URL: https://github.com/daxter-army/weather-app
- Owner: daxter-army
- Created: 2020-03-31T14:55:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:43:12.000Z (over 3 years ago)
- Last Synced: 2025-06-20T02:38:24.477Z (12 months ago)
- Topics: darksky-api, express-js, handlebars, mapbox-api, nodejs
- Language: JavaScript
- Homepage: https://mehul-weather-app.herokuapp.com/
- Size: 3.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Weather App
* A weather app, powered by Node.js, Mapbox and Darksky.net API, with dynamic templating to serve you realtime weather updates, around the globe.
## Start
* src/app.js is the driver file
* hit **npm run start** to begin magic at **http://localhost:3000/**
* Live example at **https://mehul-weather-app.herokuapp.com/**