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

https://github.com/ycd/avkowf

Fast and dirty image creator from given website's logo
https://github.com/ycd/avkowf

Last synced: 7 days ago
JSON representation

Fast and dirty image creator from given website's logo

Awesome Lists containing this project

README

          

### What it does?

Scrapes the logo of a website, analyzes it, creates an image from average colors.

Actual Image | Image from Average Colors
:-------------------------:|:-------------------------:
![](/images/actual_image.png) | ![](/images/image_from_average.png)

### How to run?

```
go run . https://example.com
```

### Should you use it?

Absolutely not.