Skip to content

gargipanatula/weather-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Map

A React App that allows users to see the forecast for a given day for any US city they input. These forecasts will be displayed on an interactive map. Cooler forecasts show up with a blue marker and warmer ones show up in red.

This app uses the weather.gov API, and these calls are unreliable for certain cities. If you do not see data for a certain city, wait a minute before trying again.

This project was bootstrapped with Create React App.

Interface

To interact with this project, you'll need to run the scripts below, but here is a peek at what you can expect:

interface

How To Run This App

In the project directory, you can run:

npm start

Clone the project and open it in your preferred IDE. Then, run npm start (you will need to download Node.js if you haven't already).

This runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

A map that shows forecasts for selected cities on a selected date.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors