这个东西很简单,但是也挺实用的——用在网站后台,看了多励志是吧。
源数据是从 VeryCD 爬的。
git地址:https://github.com/XadillaX/node-motto
你也可以直接通过npm安装:
$ npm install node-motto
这个东西很简单,但是也挺实用的——用在网站后台,看了多励志是吧。
源数据是从 VeryCD 爬的。
git地址:https://github.com/XadillaX/node-motto
你也可以直接通过npm安装:
$ npm install node-motto
var sys = require('sys')
;
var exec = require('child_process').exec;
function puts(error, stdout, stderr) { console.log(stdout) }
exec("fortune", puts);
我是来捣乱的嗯,楼主是好人。