Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 771 Bytes

readme.md

File metadata and controls

16 lines (9 loc) · 771 Bytes

Weather-and-Pictures-of-a-City

Tells the current weather and shows some of the pictures that were recently taken in a city.

Here's a screenshot of the app. Screenshot

Implementation Details

This app is based on the publish/subscribe design pattern. It uses Ben Alman's Tiny Pub/Sub implementation to publish and subscribe to events. Whenever the submit button is clicked, the app publishes a formSubmitted event which is listened by the subscribers of the event.

APIs used

Pixabay API

Open Weather Map API(Current Weather)