Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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') # =>