0.2.5 • Published 10 years ago

stripe-countries v0.2.5

Weekly downloads
14
License
MIT
Repository
github
Last release
10 years ago

stripe-countries Build Status Dependency Status

list of countries that Stripe is available in, and their current status

screenshot

Install

$ npm install --save stripe-countries

Usage

var stripeCountries = require('stripe-countries');

stripeCountries(function(countries){
  console.log(countries);
  // => [ { country: 'Australia', ...
})

CLI

$ npm install --global stripe-countries
$ stripe-countries --help

  Example
    stripe-countries

    =>     COUNTRY        OPEN BETA PRIVATE
        AU Australia       ✔
        CA Canada          ✔
        CH Switzerland          ✔      ✔
    

License

MIT © Matias Singers

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago