mcax-thing

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i mcax-thing

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • antaranian