Skip to content

jvdsouza/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A weather app using Apixu weather API and google maps (so far) to show the user the weather in the submitted location in both celcius and farenheit.

Getting started

clone this repository
obtain an api key from https://www.apixu.com/
(optional) obtain an api key for google maps using https://developers.google.com/maps/documentation/javascript/get-api-key
(without the above, the google maps will launch in developer mode)
either:
- create a .env file in the root directory and assign your API keys to variables REACT_APP_WEATHER_APIKEY and REACT_APP_GOOGLEMAPS_APIKEY
- replace the process.env variables in src/containers/app.js and src/containers/GoogleMap/GoogleMap.js with your api keys
(NOTE: if you didnt get the google maps API key, delete the lines where the API key is set)
run npm install
run npm start

About

A purely front end weather app developed to test react skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published