A simple way to collect your score from clubs.moneysavingexpert.com/creditclub
Date: 7 Apr 2019
Score: 932
git clone https://github.com/Toxblh/CreditClub
cd CreditClub
echo "module.exports = { login: 'YourL0gin', pass: 'YourPassw0rd', word: 'YourW0rd'}" > creds.js
yarn
ornpm i
node ./index.js
- Your score already front of you
npm i credit-club
- Use
const getCreditClubScore = require('credit-club')
getCreditClubScore({
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)
})