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 =