headless-node
v0.0.1
Published
API wrapper for the headlessapp.com service.
Downloads
11
Readme
HeadlessNode
API wrapper for the headlessapp.com service.
Seamlessly integrate AJAX webcrawler support into your javascript application.
Sign up at http://www.headlessapp.com and install the package.
Install the package
npm install headless-node --save
Add to Express
if headlessKey = process.env.HEADLESS_API_KEY
crawler = require("headless-node").crawler(headlessKey)
app.use(crawler)
Contribute
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request