Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T23:14:13.000Z (almost 6 years ago)
- Last Synced: 2024-10-24T14:43:58.865Z (3 months ago)
- Topics: nextjs, openweathermap-api, react, redux, redux-saga
- Language: JavaScript
- Homepage:
- Size: 522 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/kutyel/rx-open-weather-map/tree/master/examples/with-redux)
# rx-open-weather-map
[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](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).