Skip to content

harringtonben/localweatherapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Weather App

This app will do the following:

  • When you place a zip code in the search bar and either click enter or the submit button it will display the current weather for that zip code and will give you options to toggle between:
    • Current Weather
    • 3 Day Forecast
    • 7 Day Forecast
  • If you do not input in a 5 digit zip code, it will not allow you to submit your answer

But who cares about that, let's see this thing in action!

How to run(Node must be installed on your machine)

git clone git@github.com:harringtonben/localweatherapp.git
cd localweatherapp
npm install http-server -g
cd lib/
  npm install
  grunt
hs -c-1
This will show in your browser at: http://localhost:8080

Contributors

Ben Harrington

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published