https://github.com/arnellebalane/devquote
get a random developer quote
https://github.com/arnellebalane/devquote
hacktoberfest
Last synced: 3 months ago
JSON representation
get a random developer quote
- Host: GitHub
- URL: https://github.com/arnellebalane/devquote
- Owner: arnellebalane
- License: mit
- Created: 2016-04-26T08:31:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T23:47:22.000Z (over 4 years ago)
- Last Synced: 2025-02-22T19:17:35.231Z (3 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
devquote
========Get a random developer quote.

### Install
You can install it locally:
```bash
npm install --save devquote
```or globally:
```
npm install -g devquote
```### Usage
```javascript
var devquote = require('devquote');devquote();
```### API
#### `devquote()`
Returns a random developer quote (as an object):
```javascript
{
"text": "...",
"author": "..."
}
```### CLI
```bash
devquote
```Prints a random developer quote in the terminal.
### License
MIT License