cartify-js

0.0.1 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i cartify-js

      Weekly Downloads

      1

      Version

      0.0.1

      License

      MIT

      Unpacked Size

      2.14 kB

      Total Files

      4

      Last publish

      Collaborators

      • thecrogers