node-motto

1.0.0 • Public • Published

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!

【虽然没有人关注我】

Readme

Keywords

Package Sidebar

Install

npm i node-motto

Weekly Downloads

0

Version

1.0.0

License

BSD

Last publish

Collaborators

  • xadillax