1.0.1 • Published 5 years ago
@jswork/next-model-douban-book v1.0.1
next-model-douban-book
Douban book model for next.
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.