1.1.0 • Published 3 years ago

courier-my v1.1.0

Weekly downloads
-
License
MIT License
Repository
github
Last release
3 years ago

Malaysian Courier

This package track parcel(s) from different courierrs in Malaysia. The supported courier services are as below:

  • Pos Laju
  • J&T
  • Pgeon
  • Gdex

This project will update from time to time. Feel free to contribute.

Installation:

npm install courier-my --save

Usage:

The javascript discipline used in this package is ES6 where the package.json is set to "type": "module"

import tracking from "courier-my";

let t = new tracking("sometracking number");

let poslaju = await t.get_poslaju_tracking();
let jnt = await t.get_jnt_tracking();
let pegeon = await t.get_pgeon_tracking("${YOUR_API_KEY}");
let gdex = await t.get_gdex_tracking();
1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago