https://github.com/kutyel/rx-open-weather-map
Next.js + React + Redux + Redux-Saga app to display data from OpenWeatherMap's API
https://github.com/kutyel/rx-open-weather-map
nextjs openweathermap-api react redux redux-saga
Last synced: 3 days ago
JSON representation
Next.js + React + Redux + Redux-Saga app to display data from OpenWeatherMap's API
- Host: GitHub
- URL: https://github.com/kutyel/rx-open-weather-map
- Owner: kutyel
- License: mit
- Created: 2017-08-28T10:52:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T23:14:13.000Z (over 6 years ago)
- Last Synced: 2025-03-27T23:41:59.168Z (7 months ago)
- Topics: nextjs, openweathermap-api, react, redux, redux-saga
- Language: JavaScript
- Homepage:
- Size: 522 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://deploy.now.sh/?repo=https://github.com/kutyel/rx-open-weather-map/tree/master/examples/with-redux)
# rx-open-weather-map
[](https://github.com/feross/standard)
Next.js + React + Redux + Redux-Saga app to display data from OpenWeatherMap's API (*with 3 min polling!*)
```sh
npm install
npm run dev
```## License
MIT © [Flavio Corpa](https://github.com/kutyel).