Skip to content

amngo/weather-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Weather Application

A weather application that shows weather conditions and forecasts.

Prerequisites

You will need to have node and yarn installed on your machine. You will also need an API key from Dark Sky API and LocationIQ in order for API calls to work.

Quick start

Make sure you are inside the project's directory, outside of the client folder.

Inside the config folder, add your api keys to default.json.

{
  "WEATHER_API_KEY": "DARK SKY API KEY HERE",
  "LOCATION_API_KEY": "LOCATIONIQ API KEY HERE"
}
# Install server dependencies
yarn install

# Install client dependencies
yarn install-client

# Run server and client
yarn dev

Built With

Authors

Andy Ngo

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Weather application built with react.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published