hyperdata
v0.0.2
Published
Data representation framework for the Linked Data Platform.
Downloads
13
Maintainers
Readme
hyperdata
Data representation framework for the Linked Data.
- Build web applications composed of Linked Data using hyperobject models.
- Interact with these models in node.js and the browser using a common API.
- Use modules to provide persistence, web services, etc.
- Build functionality around common vocabularies, such as a validation plugin for schema.org types.
- Truly modular, composed entirely of small interoperable modules that can be swapped-out for others.
Installation
Install using npm:
npm install hyperdata
Install using bower:
bower install hyperdata
Using browser script tag and global (UMD wrapper):
// Available via window.hyperdata
<script src="dist/hyperdata.js"></script>
Contributing
Please submit all issues and pull requests to the alexmingoia/hyperdata repository!
Tests
Run tests using npm test
or gulp test
.
Code coverage
Generate code coverage using gulp coverage
and open coverage.html
in your
web browser.
Support
If you have any problem or suggestion please open an issue here.