0.1.3 • Published 7 years ago

credit-karma-scraper v0.1.3

Weekly downloads
3
License
Apache 2.0
Repository
github
Last release
7 years ago

credit-karma-npm

Unofficial library. Scrapes your credit information from Credit Karma and returns it in a beautiful object.

Installation

npm install credit-karma-scraper

Initializing

var ckOptions = {
	email: "EMAIL@DOMAIN.com",
	password : "PASSWORD"
};
//Note, you may also set options.host if are using other sites. Ex: https://www.creditkarma.ca

const CK = require('credit-karma-scraper')(ckOptions);

Retrieve User Information

CK.getInfo(function(ckInfo){
  //ckInfo is an object containing {offer: [], report : [], scores : []}
});
0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago