An open API service indexing awesome lists of open source software.

https://github.com/brewhk/crate

Flexible shopping cart package for Meteor
https://github.com/brewhk/crate

blaze-components ecommerce meteor meteor-package shopping-cart

Last synced: about 1 month ago
JSON representation

Flexible shopping cart package for Meteor

Awesome Lists containing this project

README

          

**This package is work-in-progress**

### Usage

Add the package

meteor add brewhk:crate

On the client-side, specify the default options using `Meteor.startup()`:

Meteor.startup(function () {
Stevedore.defaultOptions = {
collection: 'items'
};
});

Add the `{{crateAddItemButton}}` within the context of the item