Socket
Socket
Sign inDemoInstall

aliexpress-api

Package Overview
Dependencies
48
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aliexpress-api

A package that wraps Aliexpress API for node


Version published
Weekly downloads
3
decreased by-80%
Maintainers
1
Install size
3.79 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 15 Jun 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc