feathersjs-ecosystem / feathers-stripe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

needs some basic usage docs ;)

kristianmandrup opened this issue · comments

From https://github.com/feathersjs/feathers-stripe/blob/master/src/index.js I gather you could do:

import { card as Card, charge as Charge, customer as Customer, plan as Plan} from 'feathers-stripe'

In order to get started... each service takes an apiKey options:

const stripeCard = new Card({apiKey: 'xxxxxxx');

To use, see Stripe API. Each class is just a CRUD entity with basic stripe attributes.

I think this is still in progress, right @ekryski? If so, we may want to add that to the Readme.

Definitely still in progress. I'm not even sure if it works yet.

I've update the docs a bit. I think we can close this now.