Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xadillax/node-motto

A node package to get random motto.
https://github.com/xadillax/node-motto

Last synced: 28 days ago
JSON representation

A node package to get random motto.

Awesome Lists containing this project

README

        

# Node Motto

A node package to get random motto.

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

## Usage

Install it from `npm`:

```bash
$ npm install node-motto --save
```

Then you can use it as below:

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

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

## Contribution

You're welcome to make pull requests!

【虽然没有人关注我】