Skip to content

mehtaarn000/reactweatherapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactweatherapp

An example weather app built using React

Usage

Retrieve an API Key from https://www.weatherapi.com/

Then set the API_KEY env variable into the .env file:

git clone https://github.com/mehtaarn000/reactweatherapp.git
cd reactweatherapp
touch .env
echo "API_KEY=MYAPIKEY" > .env

Then, install the dependencies:

cd client
npm install
cd ..
cd server
npm install
cd ..
npm start

Head to http://localhost:3000/ to see the magic happen!

About

An example weather app built using React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published