The Internet Speed Logger is a React application that logs your internet speed at specified intervals (hourly or daily) using the speedtest CLI tool or API. It visualizes the results over time, providing insights into your internet performance.
- Logs internet speed at configurable intervals (hourly/daily).
- Visualizes speed test results using charts.
- Easy to set up and use.
-
Clone the repository:
git clone <repository-url> cd internet-speed-logger -
Install dependencies:
npm install -
Ensure you have the speedtest CLI tool installed. You can install it using:
npm install -g speedtest-cli
-
Start the application:
npm start -
The application will log your internet speed at the specified intervals and display the results in a chart.
Feel free to submit issues or pull requests if you have suggestions or improvements.
This project is licensed under the MIT License.