-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |