web-app-manifest-validator

1.1.0 • Public • Published

web-app-manifest-validator

Build Status

Really simple web app manifest validator.

Install

$ npm install --save web-app-manifest-validator

Usage

var validate = require('web-app-manifest-validator');
var manifest = require('./manifest.json');
 
validate(manifest).forEach(function(error) {
  console.log(error);
});

License

web-app-manifest-validator is licensed under the MIT license.

See LICENSE for the full license text.

Package Sidebar

Install

npm i web-app-manifest-validator

Weekly Downloads

5,822

Version

1.1.0

License

MIT

Unpacked Size

9.24 kB

Total Files

5

Last publish

Collaborators

  • san650