Skip to content

A web app that tells you your weather, and recommends appropriate outfits to wear.

Notifications You must be signed in to change notification settings

msarit/weatheroutfits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuring App Locally

Grab API Keys from Open Weather

Visit Open Weather API; register and obtain a FREE API key to use with the app.

Clone the repo to your machine

In the .env file, enter the following:

OPEN_WEATHER_API_KEY=your-free-API-key

You may need to create an .env file.

Run the following commands each in a seperate console tab:

Start the frontend:

  • npm run start

Start the backend:

  • npm run start:backend

About

A web app that tells you your weather, and recommends appropriate outfits to wear.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published