HBookerKit for Node Node.js API Wrapper for 刺猬猫/欢乐书客(HBooker) Android Client Documentation is working in progress See also: Samples 使用方法 import { HBookerKit } from 'hbooker-kit' const client = new HBookerKit() HBookerKit.login(login_name: string, passwd: string) ... HBookerKit.shelfList() ... HBookerKit.shelf(shelf_id: string | number) ... HBookerKit.book(book_id: string | number) ... HBookerKit.divisionList(book_id: string | number) ... HBookerKit.chapterList(division_id: string | number) ... HBookerKit.chapter(chapter_id: string | number) ...