Skip to content

Vishnu-V-N/internet-speed-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <repository-url>
    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.

About

A React app that logs internet speed at regular intervals using Speedtest CLI or API and visualizes performance trends over time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors