Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.29 KB

File metadata and controls

22 lines (19 loc) · 1.29 KB

Open Weather Web App

A small web app that displays the weather using OpenWeatherMap's Current Weather API. Uses Javascript/ES6 + jQuery + Open Weather API

Requirements

  1. Get an API Key. Create an account for OpenWeatherMap
    • API Usage with Key: http://api.openweathermap.org/data/2.5/weather?q=Austin&appid=YOUR_API_KEY_GOES_HERE
  2. Display Basic Data (Weather, Coordinates, Temperature, Humidity, Pressure, Wind, Clouds)
  3. Convert Temperature: Kelvin to Fahrenheit
  4. Include Weather Icon: http://openweathermap.org/weather-conditions
  5. City Not Found? (This app ignores cities that don't exist)
  6. Add flags for city countries

Deployment

  • This small web app is housed within my portfolio site here: Open Weather
  • Separate copies of code are maintained due to the deployed application's context. Portfolio: Open Weather

References