nightmare-hl
v1.1.0
Published
Nightmare scrapper for http://www.hl.co.uk/
Maintainers
Readme
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 --saveUsage
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
License
Copyright © 2016 [email protected] Licensed under the MIT license.
