Skip to content

XadillaX/node-motto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

【虽然没有人关注我】

About

A node package to get random motto.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages