nodejs开发常用模块(request,cheerio,cron,iconv-lite,nodemailer)
nodejs 常用模块:
1、cheerio:
使用node.js抓取其他网站数据,以及cheerio的介绍
https://www.jianshu.com/p/843ade9bf6df
2、cron job:
nodeJS中定时任务cron的使用
https://www.cnblogs.com/yasw/p/12518190.html
3、iconv-lite:
使用iconv-lite解决node当中不支持GBK编码的问题
https://segmentfault.com/a/1190000011351573
4、request:
Node模块(一)——request
https://blog.csdn.net/wuqingdeqing/article/details/99061026
5、nodemailer:
NodeJS 使用 nodemailer 发送邮件
https://www.jianshu.com/p/dd624300ad22