1.0.0 • Published 4 years ago
experian-score v1.0.0
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
git clone https://github.com/Toxblh/ExperianScore
cd ExperianScore
echo "module.exports = { login: 'YourL0gin', pass: 'YourPassw0rd', word: 'YourW0rd'}" > creds.js
yarn
ornpm i
node ./index.js
- Your score already front of you
Lib version
npm i experian-score
- 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)
})
1.0.0
4 years ago