Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1012 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 1012 Bytes

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