1.1.3 • Published 2 years ago

aliexpress-api v1.1.3

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

aliexpress-api

A package that wraps Aliexpress API for node

Description

Based on the following API https://open.taobao.com/api.htm?docId=48595&docType=2&scopeId=17063

Getting Started

Dependencies

None ATM

Installing

  • Simply install using NPM
npm install aliexpress-api

Usage

start by importing

const AliexpressApiService = require("./aliexpressApiService");

...

const aliexpressApiService = new AliexpressApiService(ALIEXPRESS_APP_KEY, ALIEXPRESS_APP_SECRET, ALIEXPRESS_APP_SIGNATURE, ALIEXPRESS_TRACKING_ID);
aliexpressApiService.getAffiliateLink(aliexpressUrl);
...

Authors

Alon Segal

Version History

  • 1.0
    • Initial Release - not all APIs covered

License

Contributing

Feel absolutly free and welcome to contribute in any way :)

If you have any questions, reach out to me on github, or on the FB affiliate group I manage https://www.facebook.com/groups/330128385291320

1.1.3

2 years ago

1.1.2

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago