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

https://github.com/codedotjs/quorafy

Fetch general information about a Quora user and download their profile picture
https://github.com/codedotjs/quorafy

Last synced: about 2 months ago
JSON representation

Fetch general information about a Quora user and download their profile picture

Awesome Lists containing this project

README

          







> Fetch general information about a Quora user and download their profile picture


## Install

```
$ npm install --global quorafy
```
__`or`__
```
$ sudo npm install --global quorafy
```

## Preview



## Usage

```
Usage : quorafy [command]

Command :
-u, --user Get general information about Quora user
-d, --download Download profile picture of a Quora user

Example :
$ quorafy -u Adam-DAngelo
$ quorafy -d Charlie-Cheever
```

## License

MIT © [Rishi Giri](http://codedotjs.github.io)