https://github.com/leny/tesvites
CLI wrapper around speedtest.net package
https://github.com/leny/tesvites
Last synced: 10 months ago
JSON representation
CLI wrapper around speedtest.net package
- Host: GitHub
- URL: https://github.com/leny/tesvites
- Owner: leny
- License: mit
- Created: 2015-07-30T06:33:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T22:22:06.000Z (over 10 years ago)
- Last Synced: 2025-09-30T06:45:41.766Z (10 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Tès Vitès
[](https://www.npmjs.org/package/tesvites)  
> CLI wrapper around speedtest.net package
* * *
**Tès Vitès** is a simple command-line wrapper around the [speedtest.net](https://github.com/ddsol/speedtest.net) package, allowing you to use it from your terminal.
## Usage
### Installation
To use **tesvites** install it globally.
(sudo) npm install -g tesvites
### Usage
Using **tesvites** is simple :
tesvites [options]
Options:
-h, --help output usage information
-V, --version output the version number
-m, --max-time The maximum length of a single test run (upload or download)
-p, --ping-count The number of close servers to ping to find thew fastest one
-s, --servers The number of servers to run a download test on. The fastest is used for the upload test and the fastest result is reported at the end.
-i, --id ID of the server to restrict the tests against.
-l, --log-output Show the complete output of the test.
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Lint your code using [Grunt](http://gruntjs.com/).
## Release History
* **0.2.0**: Add duration & starting date (*28/08/15*)
* **0.1.0**: Initial release (*30/07/15*)
## License
Copyright (c) 2015 Leny
Licensed under the MIT license.