0.0.2 • Published 1 year ago

spree-api v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

example:

  const spreeapi = require('spree-api');

  spreeapi.getQuote().then(data => {console.log(data)})

to set the token/mode/count wont be needed if you dont have a token :>

  spreeapi.getQuote.token = "TOKEN"
  spreeapi.getQuote.mode = "normal"
  spreeapi.getQuote.mode = "false"
0.0.2

1 year ago

0.0.1

1 year ago