1.0.0 • Published 9 years ago

node-motto v1.0.0

Weekly downloads
3
License
BSD
Repository
github
Last release
9 years ago

Node Motto

A node package to get random motto.

The original is from http://www.verycd.com/.

Usage

Install it from npm:

$ npm install node-motto --save

Then you can use it as below:

var motto = require("node-motto");

motto.get(function(err, text) {
	console.log(err, text);
});

Contribution

You're welcome to make pull requests!

【虽然没有人关注我】

1.0.0

9 years ago

0.0.3

9 years ago

0.0.2

10 years ago

0.0.1

11 years ago