https://github.com/vishnu-v-n/internet-speed-logger
A React app that logs internet speed at regular intervals using Speedtest CLI or API and visualizes performance trends over time.
https://github.com/vishnu-v-n/internet-speed-logger
internet internetspeed internetspeedtest
Last synced: about 18 hours ago
JSON representation
A React app that logs internet speed at regular intervals using Speedtest CLI or API and visualizes performance trends over time.
- Host: GitHub
- URL: https://github.com/vishnu-v-n/internet-speed-logger
- Owner: Vishnu-V-N
- Created: 2025-05-06T06:43:52.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-06T07:27:10.000Z (about 1 year ago)
- Last Synced: 2025-06-11T06:46:12.943Z (12 months ago)
- Topics: internet, internetspeed, internetspeedtest
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Internet Speed Logger
## Overview
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.
## Features
- Logs internet speed at configurable intervals (hourly/daily).
- Visualizes speed test results using charts.
- Easy to set up and use.
## Installation
1. Clone the repository:
```
git clone
cd internet-speed-logger
```
2. Install dependencies:
```
npm install
```
3. Ensure you have the speedtest CLI tool installed. You can install it using:
```
npm install -g speedtest-cli
```
## Usage
1. Start the application:
```
npm start
```
2. The application will log your internet speed at the specified intervals and display the results in a chart.
## Contributing
Feel free to submit issues or pull requests if you have suggestions or improvements.
## License
This project is licensed under the MIT License.