Skip to content

Defunct weather API consuming weather application.

Notifications You must be signed in to change notification settings

camcleod99/reWeather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Weather

Created by Craig A. McLeod

V 1.0 - 12 June 2020

About

React Weather is a single page webapp that displays the current date and weather information for today and the next five days.

The WebApp consumes the following API Sources; Open Weather API : collects the weather in the location for Today and the next five days. Google Maps API : collects the textual location of a corodinate.

Requirements

(_Note: The following requirements may require a fiscal cost, The creator of this webapp is not responsible for these costs)

NPM 6.14.5

API Keys :

Create .env.local in the root folder In .env.local add the following two lines REACT_APP_GM_KEY=[your key here] REACT_APP_DS_KEY=[your key here]

To run the webapp localy

Buld the webapp;

$ npm run-script build

Then start the webapp;

$ NPM start

Your browser should automatically open to localhost:3000 and run the app.

Live Version

The live version is hosted at the following address : (https://pedantic-fermi-a9802e.netlify.com/)

Future Revisions

None Planned

About

Defunct weather API consuming weather application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published