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

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

Awesome Lists containing this project

README

        

devquote
========

Get a random developer quote.

![Screenshot](screenshot.jpg)

### 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