/spreedly-client

A Spreedly API and credit card tokenization library for Node.js

Primary LanguageJavaScriptMIT LicenseMIT

Spreedly Client for Node.js Build Status

NPM

Introduction

A Node.js library for working with the Spreedly API and credit card tokenization service.

I've tried to follow the API as closely as possible. This library provides methods for the most common functionality, with additional methods in development.

All Spreedly client methods support both an optional Node.js-style function(err, result) callback parameter, and also return a Bluebird promise, for maximum compatibility and utility.


API

View the full API documentation here: https://github.com/t3rminus/spreedly-client/blob/master/API.md