1.0.1 • Published 5 years ago

@jswork/next-model-douban-book v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

next-model-douban-book

Douban book model for next.

version license size download

installation

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

usage

import NxModelDoubanBook from '@jswork/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.

1.0.1

5 years ago

1.0.0

5 years ago