@feizheng/next-model-douban-book

1.0.0 • Public • Published

next-model-douban-book

Douban book model for next.

version license size download

installation

npm install -S @feizheng/next-model-douban-book

usage

import NxModelDoubanBook from '@feizheng/next-model-douban-book';

const $ = cheerio.load(res, { decodeEntities: false });
const model = new NxModelDoubanBook({ $ });
const res = model.gets();

console.log(res.title);
// 海伯利安

license

Code released under the MIT license.

/@feizheng/next-model-douban-book/

    Package Sidebar

    Install

    npm i @feizheng/next-model-douban-book

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    8.69 kB

    Total Files

    5

    Last publish

    Collaborators

    • afeiship