0.1.2 • Published 6 years ago

luxer-one-client v0.1.2

Weekly downloads
34
License
ISC
Repository
-
Last release
6 years ago

Installation

$ npm install luxer-one-client --save

Usage

const LuxerOne = require('luxer-one-client');
const locker = new LuxerOne('username', 'password');

locker.on('ready', () => {
    console.log(locker.packages)
    // sample output
    // [
    //   {
    //    date: 2018-10-02T19:00:00.000Z,
    //    carrier: 'USPS',
    //    status: {
    //      inLocker: false,
    //      pickedUp: true,
    //      pickUpDate: 2018-10-04T01:00:00.000Z
    //    },
    //    code: '934260'
    //   },
    //   ...
    // ]
})

Disclaimer

This project was build to assess Zombie performance as a web scraper. The project is not intended for production usage and is not being maintained.

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago