Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 398 Bytes

File metadata and controls

8 lines (6 loc) · 398 Bytes

AzureWeatherAPI

Azure Functions to act as a middleman to hide the API keys for a weather app.

Public APIs Used

  • OpenWeatherAPI for weather data.
  • Geoapify for reverse geocoding (lat/long to city, state, country name data)

Used by my Weather App made with Vue VueExample/weather-app