Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 575 Bytes

ReadMe.md

File metadata and controls

23 lines (14 loc) · 575 Bytes

weather-app-PWA (Yahoo Weather Clone)

An attempt to clone beatifully designed Yahoo Weather mobile app for web using modern web technologies. It is developed by keeping progressive web app features in mind.

Web Features Used

  1. Service worker
  2. Caches API
  3. Flexbox
  4. Canvas

Yahoo Weather API

This application uses Yahoo Weather API. You can visit https://developer.yahoo.com/weather/ fot more details.

Running Application

Sign up for Yahoo Weather API, and update your api_keys in constant.js.

Serve application using any http server.