Skip to content

mcax/thing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published