Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:43:12.000Z (about 2 years ago)
- Last Synced: 2024-11-21T17:16:53.344Z (3 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/**