https://github.com/pengfluf/another-weather
:first_quarter_moon_with_face: Another weather application that you definitely need. :wink:
https://github.com/pengfluf/another-weather
javascript react redux redux-saga weather
Last synced: 9 months ago
JSON representation
:first_quarter_moon_with_face: Another weather application that you definitely need. :wink:
- Host: GitHub
- URL: https://github.com/pengfluf/another-weather
- Owner: pengfluf
- Created: 2018-09-19T10:47:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T15:06:48.000Z (about 7 years ago)
- Last Synced: 2025-01-01T11:42:21.198Z (10 months ago)
- Topics: javascript, react, redux, redux-saga, weather
- Language: JavaScript
- Homepage: https://another-weather.surge.sh
- Size: 319 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Another Weather
This is another weather application that you definitely need. :wink:
The project was created using [React Boilerplate](https://github.com/react-boilerplate/react-boilerplate). Check it out.
## Features
- Based on OpenWeatherMap API
- Dynamic city search
- Comfy interface
- Cute kitty :cat:
- LEAVES! :leaves:
## Development
Install dependencies
`yarn install` or `npm install`
Start the application at localhost:3000
`yarn start` or `npm start`
Test
`yarn test` or `npm run test`