Skip to content

An express server that runs background net speedtests and dumps values.

Notifications You must be signed in to change notification settings

jc2820/nodejs-speedtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speedtest Server

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-promise to 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 /speedtest to run a test on demand.
  • Make a .env file for your keys and whatnot.
  • npm run dev it on your localhost.
  • Change the cron schedule to run at different intervals.

About

An express server that runs background net speedtests and dumps values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published