stripe-reachability

A bash script to test access to the Stripe API

33
13
33
2
Shell
public

stripe-reachability

A bash script to check if your computer can reach api.stripe.com.

Usage

From the root of the repository run the test script.

./bin/test.sh

If successful, you should see output similar to the text below.

========================================
Checking os...
OK: os check
========================================
Checking ip...
OK: ip check
========================================
Checking route...
OK: route check
========================================
Checking curl_https...
OK: curl_https check
========================================
v0.3.3[beta]