srihash.org icon indicating copy to clipboard operation
srihash.org copied to clipboard

INACTIVE - SRI Hash Generator

SRI Hash Generator

This is the code behind the https://www.srihash.org/ website. It generates subresource integrity hashes.

Build Status devDependencies Status

Install

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

Linters

Run tests with:

npm run lint

Code of Conduct

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].