Skip to content
This repository was archived by the owner on Jan 11, 2019. It is now read-only.

kenziebottoms/nss-front-02-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whither the Weather?

Run Locally

git clone git@github.com:kenziebottoms/nss-front-02-weather.git
npm install
grunt
hs -o

Requirements

✅ Use the OpenWeather Weather Underground API to build a weather forecast search tool

  • Pick three types of forecasts to choose from.
  • User inputs zipcode and selects forecast type from a dropdown.
  • Use an XHR to fetch the api data. The syntax will be just like the calls you have written to fetch a local JSON file, only you'll be pulling in remote data. It will return the data in JSON by default.
  • Present the returned data in a nicely styled display. Use an image to accompany the forecast/conditions, such as a cloud with raindrops when the chance for precip is above a certain percentage.
  • The UI should use Bootstrap.

Resources

Weather Underground API

OpenWeatherMap API

Credit

Climacons by Adam Whitcroft

Releases

No releases published

Packages

No packages published