An open API service indexing awesome lists of open source software.

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 🗽☁

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 :
![check-weather-home](https://user-images.githubusercontent.com/58518192/72455482-0c381400-37ed-11ea-9c7b-22498ce0d4b8.png)

## 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/