Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 309 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 309 Bytes

weatherAPI

Description

Real-time weather results based on entered city name. Also sets background to an image of the entered city.

Technology

Accesses two separate (free) APIs. OpenWeather, and Unsplash.

API calls are made using Fetch and Async/Await.

Built using HTML, CSS, and JavaScript.