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!

【虽然没有人关注我】

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i node-motto

Weekly Downloads

1

Version

1.0.0

License

BSD

Last publish

Collaborators

  • xadillax