Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 375 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 375 Bytes

WeatherTable

Silly little application made with React+Redux, a small project part of @StephenGrider's React course.

Setup

$ yarn
$ yarn start

Make src/config.js with the following template:

export const WEATHER_API_KEY = 'KEY_HERE';
export const GOOGLE_KEY = 'KEY_HERE'