Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tahsinzidane/netspeedtest

This web app allows users to check their internet speed by clicking a button. It fetches the speed data from a server and displays the download speed, upload speed, and ping. The button is disabled while the test is running and re-enabled after the test completes.
https://github.com/tahsinzidane/netspeedtest

netspeedtest python

Last synced: 27 days ago
JSON representation

This web app allows users to check their internet speed by clicking a button. It fetches the speed data from a server and displays the download speed, upload speed, and ping. The button is disabled while the test is running and re-enabled after the test completes.

Awesome Lists containing this project

README

        

# Internet Speed Test Web App

This is a simple web application that allows users to check their internet speed. It fetches speed data from a server and displays the download speed, upload speed, and ping. The app uses a Python backend to serve the speed test results.

## Features
- Check internet speed by clicking a button.
- Displays download speed, upload speed, and ping.
- Button disables while fetching data and re-enables once the test completes.
- Error handling in case of network issues.

## Technologies Used
- **Frontend**: HTML, CSS, JavaScript (Async/Await, Fetch API)
- **Backend**: Python (Flask)
- **Speed Test Library**: `speedtest-cli` (for Python)

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