Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sventschui/speedtest
https://github.com/sventschui/speedtest
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/sventschui/speedtest
- Owner: sventschui
- Created: 2016-02-04T16:02:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T19:50:30.000Z (almost 9 years ago)
- Last Synced: 2024-11-18T04:52:26.841Z (2 months ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Speedtest
Runs periodic speed tests that are displayed in a nice chartjs diagramm
![](./graph.png)
## Dev
```
npm i
```### Starting the server
- Requires a mongodb on 127.0.0.1:27017
```
npm run server:Dev
```API started on http://localhost:3001
### Starting the UI
```
gulp dev
```Head over to http://localhost:3000