https://github.com/lgope/check-weather
This app for check weather 🗽☁
https://github.com/lgope/check-weather
css3 darksky-api expressjs handlebars-js mapbox-api nodejs
Last synced: 7 months ago
JSON representation
This app for check weather 🗽☁
- Host: GitHub
- URL: https://github.com/lgope/check-weather
- Owner: lgope
- Created: 2020-01-07T16:35:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:38:42.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T09:48:23.620Z (9 months ago)
- Topics: css3, darksky-api, expressjs, handlebars-js, mapbox-api, nodejs
- Language: Handlebars
- Homepage: https://lakshman-weather-app.herokuapp.com
- Size: 747 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Web App
This is a rudimentary node app to check current weather conditions on a specified location. My motivation for
making this app was to have a clean way to get my current city weather information. ☁☁## Key Features :
Some of the standout features of the project are:
1. Check weather by place name.
2. Check weather by zip code.
3. Chance of rain.
4. high & low temp.
5. Responsive### Home Page :
## Technologies Used :
- handlebarsjs
- css3
- Nodejs
- Expressjs
- Mapbox API
- Darksky API
### To run this project :
You can fork the app or you can git-clone the app into your local machine. Once done that, please install all the dependencies by running
`$ git clone https://github.com/lgope/check-weather`
`$ cd check-weather`
Install project dependencies:
`$ npm install`
Start the app:
`$ npm start`
#### Future Updates
* Enable PWA
* Leaderboard
And More ! There's always room for improvement!
#### Deployed Version (Feel free to visit) 👇
https://lakshman-weather-app.herokuapp.com/