sievejs

0.1.1 • Public • Published

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.

/sievejs/

    Package Sidebar

    Install

    npm i sievejs

    Weekly Downloads

    0

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    81.9 kB

    Total Files

    34

    Last publish

    Collaborators

    • alexose