nightmare-hl

1.1.0 • Public • Published

nightmare-hl

Nightmare plugin for scrapping http://www.hl.co.uk/

Let you scrape value of your HL portfolio

Install

Install with npm

$ npm i nightmare-hl --save

Usage

const hl = require('nightmare-hl')
const nightmare = new Nightmare()
 
const password = 'yourPassword'
const username = 'yourUsername'
const dateOfBirth = '220480'
 
nightmare
  .use(hl.login(username, dob, password))
  .use(hl.getOverallValue())
  .end()
  .then(result => console.log(result))

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

lukasz.kaniowski@gmail.com

License

Copyright © 2016 lukasz.kaniowski@gmail.com Licensed under the MIT license.

Package Sidebar

Install

npm i nightmare-hl

Weekly Downloads

4

Version

1.1.0

License

MIT

Last publish

Collaborators

  • lkanio