Tells the current weather and shows some of the pictures that were recently taken in a city.
Here's a screenshot of the app.
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.