Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightyrs/lowgo
Get logo images by brand or url.
https://github.com/lightyrs/lowgo
Last synced: 14 days ago
JSON representation
Get logo images by brand or url.
- Host: GitHub
- URL: https://github.com/lightyrs/lowgo
- Owner: lightyrs
- License: bsd-3-clause
- Created: 2013-02-14T06:14:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-23T17:03:41.000Z (almost 10 years ago)
- Last Synced: 2024-04-15T12:17:27.641Z (7 months ago)
- Language: Ruby
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Lowgo
Get logo images by brand or url.
### Installation
`gem install lowgo`
### Usage
require 'lowgo'
Lowgo.logos_for(brand: 'gawker') # =>
Lowgo.logos_for(url: 'gawker.com') # =>
Lowgo.logos_for(brand: 'gawker', url: 'gawker.com') # =>