Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xadillax/node-motto
- Owner: XadillaX
- Created: 2013-10-25T15:17:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T06:56:00.000Z (over 4 years ago)
- Last Synced: 2024-10-05T01:53:04.773Z (about 1 month ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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!
【虽然没有人关注我】