ea-hash
v1.0.1
Published
EA-Hash is a NodeJS Library to generate the secret answer hash used to authenticate in FIFA Ultimate Team.
Downloads
6
Maintainers
Readme
EA-HASH
EA-Hash is a NodeJS Library to generate the secret answer hash used to authenticate in FIFA Ultimate Team.
Installation
$ npm install ea-hash --saveUsage
var eaHash = require('ea-hash')
var hash = eaHash('secret answer')
console.log(hash)Tests
To run the test suite, first install the dependencies, the run npm test:
$ npm install
$ npm run test:dev