oscarmorrison / nightmare-heroku

😱 a setup for nightmarejs on heroku
http://blog.oscarmorrison.com/nightmarejs-on-heroku-the-ultimate-scraping-setup/
MIT License
46 stars 27 forks source link
heroku nightmare nightmarejs node scary scraper

logo

NightmareJS on Heroku Heroku deploy

contributions welcome license GitHub issues

Intro

NightmareJS is an awesome highlevel webscraping and browser automation library built ontop of electron. This repo is a good starting place to be able to use it with some default setups ontop of heroku using the following instructions. Read more

Getting started

Debugging

Other

You may need to set a engines in package.json:

"engines": {
      "node": "8.11.4"
  },