Skip to content

jaylara/weather-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small web app that displays the weather using OpenWeatherMap's Current Weather API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.7%
  • CSS 29.9%
  • JavaScript 28.4%