1.0.1 • Published 9 years ago

ea-hash v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

EA-HASH

EA-Hash is a NodeJS Library to generate the secret answer hash used to authenticate in FIFA Ultimate Team.

npm version Build Status Coverage Status Dependency Status devDependency Status

Installation

$ npm install ea-hash --save

Usage

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

License

The MIT License (MIT)