-
Get the weather information in ASCII artPricing:
- Open Source
#!/bin/bash # Get weather information for a specified location LOCATION="London" Curl "http://wttr.in/$LOCATION?format=3".
#Weather Apps #Web App #Tech 65 social mentions
-
2E
Example.com
This product hasn't been added to SaaSHub yet#!/bin/bash # Check server response time URL="http://example.com" Curl -o /dev/null -s -w "%{time_total}\n" "$URL".