Finishing touches

This commit is contained in:
Henry Whitaker
2020-04-08 19:57:37 +01:00
parent 4f79645191
commit 0fe4a0a158
3 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ LOG_CHANNEL=stack
DB_CONNECTION=sqlite
# Use absolute paths to the database
DB_DATABASE=
DB_DATABASE=/absolute/path/to/database/directory/speed.sdb
BROADCAST_DRIVER=log
CACHE_DRIVER=file

View File

@@ -2,7 +2,7 @@
This program runs a speedtest check every hour and graphs the results. The back-end is written in [Laravel](https://laravel.com/) and the front-end uses [React](https://reactjs.org/). It uses the [speedtest-cli](https://github.com/sivel/speedtest-cli) package to get the data and uses [Chart.js](https://www.chartjs.org/) to plot the results.
![speedtest](https://user-images.githubusercontent.com/36062479/78811223-0a7b8800-79b9-11ea-8259-4fb7890c8a14.gif)
![speedtest](https://user-images.githubusercontent.com/36062479/78822484-a82b8300-79ca-11ea-8525-fdeae496a0bd.gif)
## Installation

BIN
database/speed.db Normal file

Binary file not shown.