The purpose of this project is to implement a web application that works like Netvibes.
Make sure you have docker and docker-compose installed before you start.
docker-compose build && docker-compose up
The site start on web at http://localhost:8080.
The site also responds to the request http://localhost:8080/about.json.
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.
This project is licensed under the MIT License - see the LICENSE file for details