experian-score
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Latest Stable Version License NPM Downloads

Collect credit score from ExperianScore

A simple way to collect your score from https://www.experian.co.uk/

Example result of work

Report date: 2020-09-25T21:23:20.492
Next update: 2020-10-25T00:00:00
Score: 999

Install

  1. git clone https://github.com/Toxblh/ExperianScore
  2. cd ExperianScore
  3. echo "module.exports = { login: 'YourL0gin', pass: 'YourPassw0rd', word: 'YourW0rd'}" > creds.js
  4. yarn or npm i
  5. node ./index.js
  6. Your score already front of you

Lib version

  1. npm i experian-score
  2. Use
const getExperianScore = require('experian-score')
 
getExperianScore({
  login: creds.login,
  pass: creds.pass,
  word: creds.word
}).then(score => {
  console.log('Report date:', score.report_date)
  console.log('Days until new:', score.updated_date)
  console.log('Score:', score.score)
})
 

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i experian-score

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    5.89 kB

    Total Files

    12

    Last publish

    Collaborators

    • toxblh