1.0.4 • Published 4 years ago

ssncjs v1.0.4

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

ssncjs

Module permettant de vérifier si sa Nintendo Switch est hackable grâce à son numéro de série. Original in Python : https://github.com/AkdM/ssncpy

Installation

npm i ssncjs

Utilisation

const ssnc = require('ssncjs')

console.log(ssnc.check('serials', 'XAJ10011683536 ou XAJ1 0011683536'))

Réponse :

{
    serial: ['XAJ10011683536'],
    prefix: 'XAJ1',
    serial_digits: '1001168',
    status: 'safe'
}

Exemple : https://github.com/MeatReed/ssncjs/tree/master/examples

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago