hellenic-post-track
v0.1.0
Published
Track an item from Hellenic Post (ELTA)
Downloads
7
Maintainers
Readme
hellenic-post-track
Track an item from Hellenic Post (ELTA).
Installation
npm install hellenic-post-track
Usage
var track = require('hellenic-post-track');
track('NZ990003254GR')
.then(console.dir)
.catch(console.error);