notebook.community
Edit and run
promises and phantomjs
Using ramda, promises, and phantomjs to web scrape.
resources
bridge to phantomjs with nodejs so that nodejs is used to drive phantomjs:
https://www.npmjs.com/package/node-phantom-promise
Tried using co to manage promises. I did not like the syntax:
https://github.com/tj/co
Am trying to use ramda's pipeP and composeP functions to handle the chain of promises.