0.0.1 • Published 5 years ago

cartify-js v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Cartify-js

Simple js cart managment, for use with serverless infastructure.

Install

yarn or npm install cartify-js

API

  • Products - array of products that exist in the store, and can be added to a cart. Provides the following methods:
    • get
    • list
    • add
  • Cart - a structure that shows current items in the cart, subtotal, total, fees. Provides the following methods:
    • get
    • list
    • add
    • delete
    • checkout
    • abandon
    • coupon
    • fees
    • taxes