0.0.2 • Published 10 years ago

mcax-product v0.0.2

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

Product

Model of any offered product.

Installation

$ npm install mcax-product --save

Usage

var Product = require('mcax-product');

var data = {
        name: 'Star',
        description: 'A star is a luminous sphere of plasma.',
        sameAs: 'https://en.wikipedia.org/wiki/Star'
    };

var product = new Product(data);

Tests

Run tests with Mocha

$ make test

Check

License

The MIT License