Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1014 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 1014 Bytes

Checkmate ISP

Checkmate ISP is a tool which aims to measure the internet quality of our beloveds ISPs.
It was designed specifically to prove that we have a crap internet service in Brazil.
You can use it as well if you live in another country.

How it works

Checkmate ISP is just a Node.js program encapsulated inside Electron.
We've just started, but in the future Checkmate ISP should be used as a CLI program, programatically (to work inside other projects) and as an desktop and mobile app for the public in general.

Checkmate ISP steps:

  • Get the current connected network
  • Start the loop
    • Will test the connection speed every minute
  • Store data on Firebase
  • Prints out an table with previous computed results and average download and upload speed

How to use it

npm install
npm starttool

Technologies

  • Electron
  • Speedtest.net
  • Firebase

Roadmap

TODO

Contribute

TODO