credit-karma-scraper

0.1.3 • Public • Published

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 : []}
});

Package Sidebar

Install

npm i credit-karma-scraper

Weekly Downloads

0

Version

0.1.3

License

Apache 2.0

Last publish

Collaborators

  • francispelland