Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 457 Bytes

国内外物流快递跟踪查询模块


该模块是根据快递鸟提供的免费物流查询API所改造的.

目前只是写了一个模块demo,大家可以引入在自己的node项目中.

快速体验:

  1. 安装所需模块(一个request模块,一个crypto加密模块)  npm install

  2. 进入项目根目录下执行  node index.js




第一次push: 快递查询模块小demo