amex

0.0.1 • Public • Published

amex

library for getting amex balance + more from americanexpress.com

usage

npm install amex

var amex = require("amex");
// takes about 10 seconds
amex("username", "pa$$w0rd", function(data) {
    console.log(data);
});

output

amex returns an object that looks like this

{ currentBalance: '$100',
  currentPeriod: '$2000.00',
  paymentDue: '$0.00',
  points: 100000 }

license

copyright (c) 2016 luke miles. licensed for use under MIT.

Readme

Keywords

Package Sidebar

Install

npm i amex

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • lukemiles