From e1307dbeca93040178dfa93f04166a1296e08a73 Mon Sep 17 00:00:00 2001 From: Alek Date: Tue, 9 Jul 2024 23:56:18 +0200 Subject: [PATCH] Forgot to add the actuall file smh --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..629091e --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# THIS IS A FORK OF [LIBRESPEED](https://github.com/librespeed/speedtest) I DID NOT CREATE THIS. I ONLY MODIFIED A FEW THINGS ABOUT IT. +![LibreSpeed Logo](/.logo/logo1.png) + +## What's Diffrent? +A few things actually: +- I deleted most of the telemetry +- Added a darkmode ofc (Most important feature fr!) +- And deleted some code which was unused for my usecase. + +## More: +For info about how to install it and use it check out the original readme.md file located in the offical github repo of librespeed. [Readme](https://github.com/librespeed/speedtest/blob/master/README.md). This fork is based of version 5.2.5 + +## Try it +[Take a speed test here!](https://speed.purplebored.pl) + +## License +Copyright (C) 2016-2022 Federico Dossena + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with this program. If not, see . -- 2.45.2