Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sventschui/speedtest


https://github.com/sventschui/speedtest

Last synced: 1 day ago
JSON representation

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