0.0.2 • Published 2 years ago

shpee v0.0.2

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

shpee

Javascript Wrapper for Shopee Affiliate API

Installation

Use the package manager npm to install shpee.

npm install shpee

Usage

# shopee_client.js

import { ShopeeAffiliate } from 'shpee';


const APP_ID = "12345"
const APP_SECRET = "APPSECRET"

let url = "https://shopee.co.id/some-long-url-from-shopee-product-page?params=with-tracking-params"
let subIds = ["ProductName", "Twitter"]

let client = new ShopeeAffiliate(APP_ID, APP_SECRET)
client.shortlink(url, subIds)

It will return JSON object from response

0.0.2

2 years ago

0.0.1

2 years ago

1.0.0

2 years ago