Silly little application made with React+Redux, a small project part of @StephenGrider's React course.
$ yarn
$ yarn start
Make src/config.js
with the following template:
export const WEATHER_API_KEY = 'KEY_HERE';
export const GOOGLE_KEY = 'KEY_HERE'