0.0.2 • Published 9 years ago

mcax-thing v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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