Skip to content

FantasyFootballAnalytics/stRipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stRipe

This is a wrapper for the Stripe API https://stripe.com/docs/api. THe purpose of this package is to be able to extend the use of Shiny App to add the ability to charge users for the use of your apps. Using this wrapper you will be able to create subscriptions plans and subscripe customers to them. You will not have to store any credit card information on your sever. Stripe handles all of this for you.

To make use of the package it is required that you have an account with Stripe and use your API keys to execute code.