This is the code behind the https://www.srihash.org/ website. It generates subresource integrity hashes.
You'll need Node.js 10.x and npm for linting and a local server for testing
Clone the git repository and install dependencies:
git clone git://github.com/mozilla/srihash.org.git
cd srihash.org
npm install
Run tests with:
npm run lint
This repository is governed by Mozilla's code of conduct and etiquette guidelines. For more details, please read the Mozilla Community Participation Guidelines or [CODE_OF_CONDUCT.md].