react-redux-weather-data-charts
v1.0.0
Published
React Redux App That Fetches Weather Information From Open Weather Map API
Downloads
7
Readme
React Redux Weather Data Charts
Prerequisite (api key):
- Sign up for an Open Weather Map API key.
- Replace
'YOUR API KEY'
on line 3 insrc/actions/index.js
with your api key.
- note: make sure to enter your api key as a string
const API_KEY='YOUR API KEY';