An open API service indexing awesome lists of open source software.

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.

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.