Skip to content

worm-emoji/amex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

library for getting amex balance from americanexpress.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published