Navigation Menu

Skip to content

cronopio/charged

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

charged

A high-level binding to the Chargify API.

Example Usage

var charged = require('charged');

var chargify = charged({
  subdomain: 'monthly-chili-cheese-fries',
  apiKey: 'ad3rt4302ebdd'
});

chargify.getCustomerByRef('chjj', function(err, customer) {
  if (err) throw err;
  console.log(customer);
});

About

High-level Chargify API binding for node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%