this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

v1.0.0

+24 -2
+21 -2
README.md
··· 1 - # speed-cloudflare-cli 2 - 📈 Measure the speed and consistency of your internet connection using speed.cloudflare.com 1 + <h1 align="center"> 2 + <code>speed-cloudflare-cli</code> 3 + </h1> 4 + <h3 align="center"> 5 + Measure the speed and consistency of your internet connection using <a href="https://speed.cloudflare.com/">speed.cloudflare.com</a> 6 + </h3> 7 + 8 + <p align="center"> 9 + <a href="https://www.npmjs.com/package/speed-cloudflare-cli"> 10 + <img src="https://img.shields.io/npm/v/speed-cloudflare-cli?style=for-the-badge" title="npm" /> 11 + </a> 12 + &nbsp; 13 + <a href="./LICENSE"> 14 + <img src="https://img.shields.io/badge/license-MIT-green.svg?style=for-the-badge" title="License" /> 15 + </a> 16 + </p> 17 + 18 + # How to use 19 + ```bash 20 + npx speed-cloudflare-cli 21 + ```
+3
package.json
··· 3 3 "version": "1.0.0", 4 4 "description": "Measure the speed and consistency of your internet connection using speed.cloudflare.com", 5 5 "main": "cli.js", 6 + "bin": { 7 + "speed-cloudflare-cli": "./cli.js" 8 + }, 6 9 "scripts": { 7 10 "test": "echo \"Error: no test specified\" && exit 1" 8 11 },