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

