sindresorhus / fast-cli

Test your download and upload speed using fast.com
MIT License
2.61k stars 111 forks source link

Is it possible to make this work in Android with Termux? #82

Closed papb closed 6 months ago

papb commented 1 year ago

The readme says

This project uses Puppeteer under the hood. Most install issues are related to that.

Indeed, I get Error: Unsupported platform: android from puppeteer's installation script when running npm i -g fast-cli on Termux on Android.

However, there is this comment in a puppeteer issue which indicates that it might be possible to work around it, but it looks like it is some configuration that the code calling puppeteer would have to do.

Can this be done? Thanks

sindresorhus commented 6 months ago

PR welcome, but not something I plan to look into.