0.0.2 • Published 11 years ago
hyperdata v0.0.2
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 hyperdataInstall using bower:
bower install hyperdataUsing 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.