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

https://github.com/ycd/logoraphy

Logoraphy, A typographic logo generator.
https://github.com/ycd/logoraphy

go logo typography

Last synced: 2 months ago
JSON representation

Logoraphy, A typographic logo generator.

Awesome Lists containing this project

README

          

## A typographic logo generator.
------

## Installation

#### From GitHub

```
git clone https://github.com/ycd/logoraphy.git
cd logoraphy
go build .
./logoraphy -h
```

## Usage

### Usage with command line interface

```go
Usage of logoraphy:
-bg string
Background color.
-name string
Company name, a string.
-size int
Pixel size of the output.
-type string
Output format, JPEG or PNG. (default "jpeg")
```

### Serving as API endpoint

```
git switch fiber-serving
go run .
```

### Usage from api

```
Path params:
companyName string

Query params:
type: string
- Default: jpeg.
- jpeg or png
bg: string
- Default: Generates random color.
- indigo, red, primary, gray..
size: int

```
## Examples

Netflix | Facebook
:-------------------------:|:-------------------------:
![](/examples/netflix.jpeg) | ![](/examples/facebook.jpeg)