clubgamma / Internet-Speed-Tester

Participate in Club Gamma Hacktoberfest by contributing to any Open Source project on GitHub
https://clubgamma.vercel.app/
0 stars 1 forks source link
easytouse hacktoberfest hacktoberfest2024 javascript opensource-projects

Internet Speed Test Web Application

This is a simple web application built using Node.js and Express to test the internet speed of the user. The application uses the fast-cli command to retrieve download, upload speeds, latency, buffer bloat, user location, and IP.

Features

Installation

  1. Clone this repository:

    
    git clone https://github.com/your-username/internet-speed-test.git
  2. Navigate into the project directory:

    
    cd internet-speed-test
  3. Install the required dependencies:

    npm install

    Usage

  4. Start the server:

    npm start
  5. Open your browser and navigate to:

    http://localhost:3000
  6. To perform a speed test, go to:

    http://localhost:3000/speed

    Requirements

    • Node.js (v12+)
    • fast-cli installed globally:
    
    npm install -g fast-cli