Skip to content

pulljson - crawl html to jsonp with jquery selectors. Deployable to a heroku dyno.

License

Notifications You must be signed in to change notification settings

santeriv/pulljson

Repository files navigation

pulljson

Travis CI pulljson status

pull json data from anywhere

hosted at pulljson.com or https://html-to-json.herokuapp.com/

A simple json data parser utilizing jquery on remote page

Deploy

Installation

install pulljson from npm.

npm install pulljson

Usage

Simple usage

run app.js

node app.js

go to localhost:3000/jquery?site=jquery.com&selector=find('h2')&forceText=true&callback=myCallbackFunction

console.log("todo snippet here");

Known issues

  • id jquery hash-selector does not work &find('div#myid') try &find('div[id="myid"]') instead

Contributors

Contributor avatars

Made with contributors-img.

About

pulljson - crawl html to jsonp with jquery selectors. Deployable to a heroku dyno.

Resources

License

Security policy

Stars

Watchers

Forks