0.0.4 • Published 3 years ago

dafiti v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

NodeJS Implementation with Dafiti API.

  • Just install the package with "npm i dafiti".
  • Create .env File in your project with the Dafiti API data.

          API_URL = 
          API_KEY =
          USER_ID =

Now just require functions and let`s start usiong Dafiti API.

const {getOrderItems, getOrders,getOrderComments,getOrder} = require('dafiti');

getOrder(orderid).then(res => console.log(res));

I will be updating daily.

0.0.3

3 years ago

0.0.2

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago