spider_cnblogs 是专门爬取博客园的文章并自动将文章转成 .md 存储至本地的爬虫。
.md
npm install node-cnblogs-spider --save
var ncs = require('node-cnblogs-spider') ncs([ http://xxxx, http://xxxx ])
to-markdown 将html转md
html
md
cheerio 类似于Sizzle的nodejs的实现
Sizzle
nodejs
bluebird 是对es6种Promise方法的封装与ose展库
es6
Promise
ose
MIT