# weibo-crawler **Repository Path**: xn213/weibo-crawler ## Basic Information - **Project Name**: weibo-crawler - **Description**: node.js crawler get weibo hotList - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # weibo-crawler node.js crawler get weibo hotList ## start yarn start => node app.js ## commit ### add commitizen yarn add commitizen --dev &then package.json add ```json "config": { "commitizen": { "path": "cz-conventional-changelog" } } ``` yarn commit => git add . && git-cz