Skip to content

mm1123452/weather-app-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-app

Working Demo: https://mabelm1.github.io/weather-app-v2/

alt text

Prerequisites:

Before running app, you must edit the src/config.js file with your API keys:

Google Geocoding API key

OpenWeatherMap API key

Update the config.js file with your keys:

export const googleApi = {
	key: YOUR KEY
}

export const openweathermap = {
	key: YOUR KEY
}


Tests

To run test use npm test

Installation

git clone

npm install

npm start