Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 477 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 477 Bytes

google plus pasrser

  1. clone repo

  2. npm install express -g

  3. npm install phantomjs -g

  4. npm install casperjs -g

  5. npm install bower -g

  6. npm install

  7. bower install

  8. Developing only: sh watch.sh

  9. Start: node build/app.js

  10. send form (http://localhost:5000) and get responce (in config you can set json: true, if we set json:false - we will got csv format of response)

P.S. my NodeJS -v is v0.10.26 (installed via NVM)