Skip to content

vidur-ui/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

About

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

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Handlebars 79.1%
  • JavaScript 20.5%
  • Makefile 0.4%