Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tahsinzidane/netspeedtest
- Owner: tahsinzidane
- License: mit
- Created: 2024-11-14T18:45:41.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T08:56:52.000Z (about 1 month ago)
- Last Synced: 2024-11-28T09:34:55.225Z (about 1 month ago)
- Topics: netspeedtest, python
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.