https://github.com/matthieulemoine/dashboard
A personal dashboard and a GraphQL experiment
https://github.com/matthieulemoine/dashboard
dashboard football github-api graphql scraping showtimes
Last synced: 12 months ago
JSON representation
A personal dashboard and a GraphQL experiment
- Host: GitHub
- URL: https://github.com/matthieulemoine/dashboard
- Owner: MatthieuLemoine
- Created: 2017-10-08T14:57:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T08:17:20.000Z (over 8 years ago)
- Last Synced: 2025-02-08T23:43:12.366Z (about 1 year ago)
- Topics: dashboard, football, github-api, graphql, scraping, showtimes
- Language: JavaScript
- Homepage: https://dashboard.matthieulemoine.com/
- Size: 377 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dashboard
A personal dashboard and a GraphQL experiment.
## Install
```
yarn
```
## Build
```
npm run production
```
## Run
```
npm start
```
## Features
### Showtimes
- CRON :
```
pm2 start scripts/update-showtimes/process.json
```
### Footbal schedule
- CRON :
```
pm2 start scripts/update-football-schedule/process.json
```
### Repositories widget
Follow the latest release of your favorite projects.