Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bengeois/epitech-dashboard
https://github.com/bengeois/epitech-dashboard
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bengeois/epitech-dashboard
- Owner: bengeois
- Created: 2021-01-22T10:54:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-28T12:47:31.000Z (almost 4 years ago)
- Last Synced: 2023-08-02T09:03:10.270Z (over 1 year ago)
- Language: JavaScript
- Size: 4.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dashboard
Web application where you can customize a personal dashboard with different widgets.
## Features
- Your last tweets
- Last tweets of a search### Weather
- Weather of a specific city
### Youtube
- Statistics of a channel
- Statistics of a video
- Last comments of a video
- Last videos of a channel### COVID 19
- Total country case of a country
- Summary case of a country### Spotify
- Your top tracks
- Your top artists
- Tracks you have recently played## How to build
### Build for production
```bash
docker-compose up --build
```### Build for development
```bash
docker-compose -f docker-compose.dev.yml up --build
```### Run unit tests
```bash
docker-compose -f docker-compose.test.yml up --build
```## Contributors
This project has been made by :
- [Benjamin Bourgeois](https://github.com/BourgeoisBenjamin)
- [Amaury Lecomte](https://github.com/Brukols)
.