Giter Club home page Giter Club logo

speedtest-alert's Introduction

speedtest-alert

Measures download speeds on a local internet connection and sends an email (or SMS) alert when speeds are below a predefined threshold.

Why?

Sometimes routers or modems have bad days and need to be reboot, and sometimes ISPs have outages/service degredation and don't communicate with their customers or provide credits unless their customers contact them regarding the issue. This repository exists to provide people with a convenient way to stay informed about their internet speeds so that issues can be quickly mitigated.

How To Use

	{
	// This is the threshold (in MBPS) that will trigger the alert if download speeds are less than the provided value
	"threshold": 800,
	// The service used to send the email or sms alert
	"service": "gmail",
	// The email address used to send the email or sms alert
	"email": "[email protected]",
	// The email address used to send the email or sms alert
	"password": "[email protected]",
	// The address that will receive the alert
	"receiver": "[email protected]"
}
  • Run the script: "node speedtest-alert.js"

SMS Alerting

To receive SMS alerts, use your phone number for the "receiver" value in the "config.json" formatted depending on your cell service provider (e.g. "receiver": "[email protected]"):

AT&T				[email protected]
Carolina West Wireless		[email protected]
Cellular One			[email protected]
Illinois Valley Cellular	[email protected]
Inland Cellular Telephone	[email protected]
Sprint				[email protected]
T-Mobile			[email protected]
US Cellular			[email protected]
Sprint				[email protected]
T-Mobile			[email protected]
US Cellular			[email protected]
Verizon				[email protected]
Virgin Mobile			[email protected]

Scheduling

This script can be scheduled to run at a fixed interval. Guides can be found below depending on your operating system:

speedtest-alert's People

Contributors

pauldevnull avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.