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

React+Redux app that displays weather plots for queried places

Notifications You must be signed in to change notification settings

runofthemillgeek/sgrider-weather-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published