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

4.0.0 • Public • Published

Latest Stable Version License NPM Downloads

Collect credit score from noddle.co.uk

A simple way to collect your score from noddle.co.uk and new url creditkarma.co.uk

Example result of work

Date: 01/05/2019
Score: 579

Install

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

Lib version

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.0
    2
    • latest

Version History

Package Sidebar

Install

npm i noddle-score

Weekly Downloads

2

Version

4.0.0

License

MIT

Unpacked Size

5.42 kB

Total Files

12

Last publish

Collaborators

  • toxblh