Created
August 28, 2023 19:35
-
-
Save che-wf/3ba4e63de74bf6c46f9c5633622649bd to your computer and use it in GitHub Desktop.
Gets the top three NordVPN servers with the lowest load
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --silent "https://api.nordvpn.com/v1/servers/recommendations" | jq --raw-output 'limit(3;.[]) | " Server: \(.name)\nHostname: \(.hostname)\nLocation: \(.locations[0].country.name) - \(.locations[0].country.city.name)\n Load: \(.load)\n"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment