chrome-web-store-item-property
Gather meta information from chrome web store.
For example: version, count of downloads and rating.
Install
$ npm install --save chrome-web-store-item-property
Usage
var chromeWebStoreItemProperty = require('chrome-web-store-item-property');
chromeWebStoreItemProperty('nimelepbpejjlbmoobocpfnjhihnpked')
.then(function (value) {
console.log(value);
});
API
chromeWebStoreItemProperty(identifier[, config]) -> Promise
identifier
Required
Type: string
ID for Chrome Web Store.
config
Pass axios's config
chromeWebStoreItemProperty.get(identifier[, config]) -> Promise
identifier
Required
Type: string
ID for Chrome Web Store.
config
Pass axios's config
chromeWebStoreItemProperty.convert(detailHtml) -> Promise
Errors
chromeWebStoreItemProperty.HTTPError
chromeWebStoreItemProperty.InvalidFormatError
Changelog
changelog.md.
License
MIT © sanemat