Skip to content

smizell/hyperdescribe-uber-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperdescribe for UBER+JSON Media Type

This is a library for converting from UBER to Hyperdescribe and back

Usage

To install:

npm install hyperdescribe-uber-json

To use:

var uberDoc = require('./examples/uber_example.js'),
    HyperdescribeUberJSON = require('hyperdescribe-uber-json'),
    described = HyperdescribeUberJSON.describer(uberDoc);

Browser Version

There is also a browser version in the dist directory.

Documented Code

Literate Coffeescript was used to document the code.

About

This is a library for converting from UBER to Hyperdescribe and back

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published