Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aliexpress-api

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aliexpress-api

A package that wraps Aliexpress API for node

  • 1.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
52
increased by18.18%
Maintainers
1
Weekly downloads
 
Created
Source

aliexpress-api

A package that wraps Aliexpress API for node

Description

Based on the following API https://openservice.aliexpress.com/doc/doc.htm?spm=a2o9m.11193535.0.0.13e959b2203wJQ&nodeId=27493&docId=118729#/?docId=1366

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
  • 1.2.0
    • migrated to use new Aliexpress enpoint and standards

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

Package last updated on 02 Jun 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc