Skip to content

andynewcomb/ZipcodeInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZipcodeInfo

Summary: Created a .NET Web API that takes ZIP-code as a parameter, then outputs city name, current temperature, time zone, and general elevation at the location with a user-friendly message. For example, “At the location $CITY_NAME, the temperature is $TEMPERATURE, the timezone is $TIMEZONE, and the elevation is $ELEVATION”.

Used the Open WeatherMap current weather API to retrieve the current temperature and city name. Used the Google Time Zone API to get the current timezone for a location. Used the Google Elevation API to retrieve elevation data for a location.

Instructions for running:

After cloning, you will see three projects

  • WeatherInfoSpa
  • ZipcodeInfo
  • Tests

To see the application in action, run both the ZipcodeInfo and WeatherInfoSpa projects. The WeatherInfoSpa represents a frontend, and the ZipcodeInfo represents an API backend.

About

Sample for Zapproved

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published