Giter Club home page Giter Club logo

ionic-stripe-starter's Introduction

ionic-stripe-starter

Join the chat at https://gitter.im/aaronksaunders/ionic-stripe-starter This can ONLY be run on device and requires the following plugin and library

  • Telerik-Verified-Plugins/Stripe: Stripe is a payment infrastructure for the internet. Stripe Cordova SDK is built around the well organized REST API. it exposes a global window.stripe object that defines various operation to initialze and transfer payments
  • angular-credit-cards: A set of Angular directives for constructing credit card payment forms

Installation: Telerik-Verified-Plugins/Stripe

# using ionic, use your own api key from stripe console
$ ionic plugin add https://github.com/Telerik-Verified-Plugins/Stripe --variable API_KEY=sk_test_xxxxxxxxxxxxxxx

Installation: angular-credit-cards

# using bower
$ bower install angular-credit-cards

When completed, be sure to save the state

$ ionic save state

If using your own project, be sure to make the following modifications to the appropriate files

Update the index.html file

<!-- your app's js -->
<script src="lib/angular-credit-cards/release/angular-credit-cards.js"></script>
<script src="js/app.js"></script>

Update the app.js file

angular.module('starter', ['ionic', 'credit-cards'])

Image

ionic-stripe-starter's People

Contributors

aaronksaunders avatar gitter-badger avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.