1.0.2 • Published 8 years ago

cladius-m v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

m-parser - scrap any pages easy

Super simple to use

Request is designed to be the simplest way possible to make page scrapping. It supports PhantomJS, request and just parse HTML tree.

Methods List

module.exports = {
    res_send: res_send,
    ecb: ecb,
    scb: scb,
    found_scb: found_scb,
    getBody: getBody,

    count: count,
    find: find,
    findLean: findLean,
    findOne: findOne,
    save: save,
    create: create,
    insertMany: insertMany,
    findRemove: findRemove,
    _findRemove: _findRemove,

    findUpdate: findUpdate,
    _findCreateUpdate: _findCreateUpdate,
    findCreateUpdate: findCreateUpdate,
    findCreate: findCreate
};
1.0.2

8 years ago