honcode-certification-list
v0.0.6
Published
Retrieve the MD5 HONcode certification list
Downloads
8
Readme
HONcode Certification List
HONcode Certification List as NPM module
Usage
$ 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);
});
API
.getHONcodeCertificationList()
Type: function
Return a Promise with the HONcode MD5 list has parameter
.isInList(array)
Type: function
Return true if the urls in the list match an entry in HONcode MD5 list.
See Also
Contributing to HONcode Certification List
Contributions are always welcome, no matter how large or small.
See Contributing.
Developer
- William BELLE
License
Apache License 2.0