/stripe-client

Simply Stripe SDK for Node.js wrapper client

Primary LanguageTypeScriptMIT LicenseMIT

Stripe SDK Clinet for Node.js

https://www.npmjs.com/package/@hideokamoto/stripe-client

$ yarn add @hideokamoto/stripe-client

Getting started

$ git clone git@github.com:hideokamoto/stripe-client.git
$ cd stripe-client
$ yarn
$ yarn run build

Before making a new Pull Request

You must pass the following check commands.

$ yarn test
$ yarn run lint