Skip to content

Vasyl20/API-Network-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

26 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Pip library

pip install Django==4.2
pip install djangorestframework
pip install speedtest-cli
pip install django-cors-headers

Start Server

python manage.py runserver 

Json testing

"min_download_speed",
"max_download_speed",
"avg_download_speed",
"min_upload_speed",
"max_upload_speed",
"avg_upload_speed",
"ping"

Json list

"id"
"min_download_speed"
"max_download_speed"
"avg_download_speed"
"min_upload_speed"
"max_upload_speed"
"avg_upload_speed"
"ping"
"created_at"

Link ๐Ÿ”—๐Ÿ”—


Link test

http://127.0.0.1:8000/api/network-test/


Link list

http://127.0.0.1:8000/api/last-test-results/


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages