An app to run occasional background speedtests because I want to know what my average is and when it drops over a day/week etc.
- Express/node Server set to hit speedtest api via cron schedule.
- Postgresql db with
pg-promiseto dump scores into (you'll have to create and connect to a psql db or change the model system). - Ejs/bootstrap index page to view results and averages.
- Extra pages for results under 10, 20 Mbps.
- hit
/speedtestto run a test on demand. - Make a
.envfile for your keys and whatnot. npm run devit on your localhost.- Change the cron schedule to run at different intervals.