This is the blueimp-md5 wrapper for EmberJS applications.
ember install ember-md5import md5 from 'md5';
md5('Hash something' /* key, raw */);or you can use built-in helper
first parameter-string- string to hashsecond parameter-string-key of the hashthird parameter-boolean- raw value
git clone <repository-url>this repositorycd ember-md5npm install
ember serve- Visit your app at http://localhost:4200.
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.