Skip to content
/ sieve Public

Makes any resource on the web available to your client-side application.

Notifications You must be signed in to change notification settings

alexose/sieve

Repository files navigation

Sieve Build Status

Try the live demo!

Sieve makes any resource on the web available to your application with minimal overhead, and zero extra dependencies.

Installation

npm install sievejs

Usage

var sieve = require('sievejs');

var request = {
    "url": "https://api.github.com/repos/alexose/sieve/commits",
    "selector": ".commit .date"
};

sieve.get(request, function(result){
    console.log(result);  
});

Development

Tests are run under Mocha:

npm test

Documentation

Additional documentation can be found on the Wiki.

About

Makes any resource on the web available to your client-side application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages