Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jc2820 committed Jan 11, 2021
1 parent c3bcd52 commit dd194c4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Speedtest app with Nodejs/express
# Speedtest Server

An app to run occasional background speedtests in the background because I want to know what my average is or when it drops over a day/week etc.
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.

* Nodejs/Express/ejs/postgresql/fast-speedtest-api
* Express/node Server set to hit speedtest api at intervals
* Express/node Server set to hit speedtest api via cron schedule.
* Postgresql db to dump scores into (you'll have to create and connect to a psql db or change the model system).
* Ejs to view results and averages
* Ejs/bootstrap index page to view results and averages.
* hit /speedtest to run a test on demand.
* Run it on your localhost
* Make a .env file for your keys and whatnot
* Change the cron schedule to run at different intervals

* Change the cron schedule to run at different intervals

0 comments on commit dd194c4

Please sign in to comment.