mcax-thing
v0.0.2
Published
The core model of generic item.
Downloads
2
Readme
Thing
The core model of generic item.
Installation
$ npm install mcax-thing --save
Usage
var Thing = require('mcax-thing');
var data = {
name: 'Star',
description: 'A star is a luminous sphere of plasma.',
sameAs: 'https://en.wikipedia.org/wiki/Star'
};
var thing = new Thing(data);
Tests
Run tests with Mocha
$ make test
Check
License
The MIT License