0.2.5 • Published 9 years ago

stripe-countries v0.2.5

Weekly downloads
14
License
MIT
Repository
github
Last release
9 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