speedtest.net
speedtest.net copied to clipboard
node.js SpeedTest.net client module
below is my error log when i try to install using `npm i speedtest-net` ``` 988 error code 1 989 error path D:\desktop\mini desktop\projects\testspeed\node_modules\lzma-native 990 error command failed 991 error...
I've tried this multiple times, but the `download` and `upload` bandwidth is looks off from what's shown in speedtest.net URL. ### Results from library ``` { ... "ping":{ "jitter":3.207, "latency":7.961...
- replaced [decompress-tarxz](https://github.com/kevva/decompress-tarxz) with [@felipecrs/decompress-tarxz](https://github.com/felipecrs/decompress-tarxz) `decompress-tarxz` has not been updated for years, and uses a deprecated version of [lzma-native](https://www.npmjs.com/package/lzma-native) which is incompatible with Node LTS - updated `chalk` to the...
I just get this output straight away: ``` user@server:~$ sudo npm install --global speedtest-net npm WARN deprecated [email protected]: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only...
Hi All, I just checked this library functionality similar of my requirement and getting an similar output while i am using in local but when i deployed on server (**heroku**)....
Installing the module in WSL Ubuntu globally. The version of `lzma-native` required by this package (4.0.6) is severely out of date (current is 8.0.1), this out of date version of...
Node 14.8.0 fails on install with: ```console > [email protected] install /Users/beuluis/workspaces/github/speedtester/speedtester-api/node_modules/lzma-native > node-pre-gyp install --fallback-to-build && rimraf build node-pre-gyp WARN Using needle for node-pre-gyp https download node-pre-gyp WARN Tried to...
Installing this yields an error with one of decompress-tarxz's dependencies. They have an [open PR](https://github.com/kevva/decompress-tarxz/pull/14) to fix it. When that's done, you'll need to bump your version to resolve the...
When deployed to ec2 instance it calculates instance speed rather the current network speed
How do I use the progress events after version 2.0? And how do I set maxTime now?