Skip to content

rachelng/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Weather app that has an autocomplete search function as well as the corresponding weather for the city

##Part 1: Search city Allow the user to (partially) type in the name of a city into a text field. Upon submitting the data (clicking a button or hitting enter), display city names that match their search string.

Cities can be searched using WU’s Autocomplete API

Note: you do not need to signup for an account and get an API key for this endpoint. You will have to for the next part though.

##Part 2: Weather information When the user clicks the city, fetch and display the weather information for that city. The API documentation can be found here: http://www.wunderground.com/weather/api/d/docs

About

Weather app that has an autocomplete search function as well as the corresponding weather for the city

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published