runofthemillgeek / sgrider-weather-table

React+Redux app that displays weather plots for queried places

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

React+Redux app that displays weather plots for queried places


Languages

Language:JavaScript 71.6%Language:HTML 19.4%Language:CSS 9.0%