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

https://github.com/lightyrs/hubot-logo

Fetch company logo images via the clearbit logo api.
https://github.com/lightyrs/hubot-logo

clearbit clearbit-logo-api hubot hubot-logo hubot-scripts logo node npm

Last synced: about 1 month ago
JSON representation

Fetch company logo images via the clearbit logo api.

Awesome Lists containing this project

README

          

[![npm version](https://badge.fury.io/js/hubot-logo.svg)](https://badge.fury.io/js/hubot-logo)

# hubot-logo

Fetch company logo images via the clearbit logo api.

See [`src/hubot-logo.coffee`](src/hubot-logo.coffee) for full documentation.

## Installation

[![NPM](https://nodei.co/npm/hubot-logo.png?compact=true)](https://nodei.co/npm/hubot-logo/)

In hubot project repo, run:

`npm install hubot-logo --save`

Then add **hubot-logo** to your `external-scripts.json`:

```json
[
"hubot-logo"
]
```

## Sample Interaction

```
user1>> hubot logo stripe.com
hubot>> https://logo.clearbit.com/stripe.com
```