From ac7ca94cf7bebd15539db564f0d97fe0e5112ba2 Mon Sep 17 00:00:00 2001 From: Maddie Zhan Date: Thu, 5 Mar 2020 00:16:06 +0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 186c001..4c743e5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Works with mobile versions too. * Telemetry (optional) * Results sharing (optional) * Multiple Points of Test (optional) +* Compatible with PHP frontend predefined endpoints (with `.php` suffixes) ![Screenshot](https://speedtest.fdossena.com/mpot_v6.gif) @@ -97,7 +98,6 @@ You need Go 1.13+ to compile the binary. - Since there is no CGo-free SQLite implementation available, I've opted to use [BoltDB](https://github.com/etcd-io/bbolt) instead, as an embedded database alternative to SQLite - Test IDs are generated ULID, there is no option to change them to plain ID -- API endpoints have the same names, except the `.php` extension (e.g `empty`, `garbage`, `getIP`) - You can use the same HTML template from the PHP implementation - There might be a slight delay on program start if your Internet connection is slow. That's because the program will attempt to fetch your current network's ISP info for distance calculation between your network and the speed test client's.