HONcode Certification List as NPM module
$ npm install honcode-certification-list --save
Then you can require('honcode-certification-list')
.
var HONcodeCertificationList = require('honcode-certification-list');
HONcodeCertificationList.getHONcodeCertificationList().then(function(hash) {
console.log(hash);
});
Type: function
Return a Promise with the HONcode MD5 list has parameter
Type: function
Return true if the urls in the list match an entry in HONcode MD5 list.
Contributions are always welcome, no matter how large or small.
See Contributing.
- William BELLE
Apache License 2.0