datapackage-view
v0.1.0
Published
Render and view data packages (especially in the browser)
Downloads
2
Readme
Render and view data packages (especially in the browser)
Install
npm install datapackage-view
Install with comamnd line tool:
npm install -g datapackage-view
Usage
Library
var dpView = require('datapackage-view');
dpView.html('path-to-datapackage', function(error, html) {
console.log(html);
});
## Command Line
dpview html