Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 735 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 735 Bytes

Odin's Forecast a.k.a A Weather App

Demo

Odin's Forecast Demo

What?

  • This is a weather app built in Javascript, HTML, and CSS (no frameworks).
  • Weather stats are fetched from openweathermap.
  • Photos are fetched from flickr depending on the city whose weather you're interested in.

Why?

  • This project was a way for me to practice the async/await feature of Javascript and a chance to build another small project from start to finish without the use of tutorials.
  • It forms part of The Odin Project's curriculum.

Notes

  1. This is best viewed on mobile devices however the layout is responsive to changes in viewport width.