8000 GitHub - Elcapitanoe/Upload-Speed-Test: A straightforward web application for testing upload speed, displaying the minimum, average, and maximum speeds, along with the file hash.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A straightforward web application for testing upload speed, displaying the minimum, average, and maximum speeds, along with the file hash.

License

Notifications You must be signed in to change notification settings

Elcapitanoe/Upload-Speed-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UST-license GitHub Release Date GitHub last commit GitHub repo size

Upload Speed Test with File Hash

A JavaScript-based upload speed test that provides detailed information about the upload speed and file hash. This project is designed to work seamlessly with Cloudflare Workers.

Demo

Light Theme : https://uploadtest.pambi.workers.dev
Dark Theme : https://uploadtest-dark.pambi.workers.dev

Features

  • Measures upload speed in real-time
  • Displays detailed upload speed and file hash
  • Easy to deploy on Cloudflare Workers

Installation

To get started with this project, you need to deploy it on Cloudflare Workers. Follow the steps below:

  1. Fork this repository or clone it to your local machine:
    git clone https://github.com/Elcapitanoe/Upload-Speed-Test.git
  2. Install Cloudflare Workers CLI if you haven’t already.
  3. Authenticate with Cloudflare Workers using:
    wrangler login
  4. Set up your environment by configuring your wrangler.toml file with your Cloudflare account details.
  5. Deploy the project to Cloudflare Workers:
    wrangler publish
  6. Visit the provided URL to run the upload speed test.

Usage

Once deployed, the upload speed test will allow users to upload a file to the server. After the upload is complete, it will display:

  • Upload Speed: The speed at which the file was uploaded.
  • File Hash: A unique identifier of the file, typically generated using a hashing algorithm (like SHA-256). You can test the speed by uploading files and checking the result directly from the Cloudflare Workers URL.

Example Output

Once the test is complete, the following information will be displayed:

  • Upload Speed: XX Mbps
  • File Hash: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

License

This project is open-source and available under the MIT License.

About

A straightforward web application for testing upload speed, displaying the minimum, average, and maximum speeds, along with the file hash.

Topics

Resources

License

Stars

Watchers

Forks

0