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.
- Host: GitHub
- URL: https://github.com/lightyrs/hubot-logo
- Owner: lightyrs
- Created: 2015-07-01T02:39:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T21:56:03.000Z (about 8 years ago)
- Last Synced: 2025-02-12T11:35:12.386Z (over 1 year ago)
- Topics: clearbit, clearbit-logo-api, hubot, hubot-logo, hubot-scripts, logo, node, npm
- Language: CoffeeScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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
[](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
```