Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.26 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.26 KB

Dashboard

image

The purpose of this project is to implement a web application that works like Netvibes.

Build and run

Installation

Make sure you have docker and docker-compose installed before you start.

Running

docker-compose build && docker-compose up

Get started

The site start on web at http://localhost:8080.

The site also responds to the request http://localhost:8080/about.json.

Services list and widgets list

Weather

  • Display temperature for a city.

Youtube

  • Displays views, likes and dislikes from a Youtube video.
  • Load a Youtube video.

Nasa

  • Displays a picture of the day (APOD).

Cinema

  • Displays informations from a movie.

Get a joke

  • Get a joke from Chuck Norris.

Preview

image image image image image

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details