A CLI version of Netflix FAST.COM (Unofficial).
npx fast.com@latest- Send a GET request to
https://fast.com/ - Parse the document using
cheerio - Query the
scripttag and get itssrc - Fetch the script content
- Parse the script with
acorn - Find the
tokenusingacorn-walk - Send requests to
https://api.fast.com/netflix/speedtest/v2?https=true&token=${token}&urlCount=5to get the request object urls. - Send all requests at once.
- Benchmark using
stream.on('data').