Sign inSign up

statically/icon

By statically

Updated almost 6 years ago

Get a website icon by crawling HTML.

Image
0

100K+

statically/icon repository overview

Statically

Icon

Get a website icon by crawling HTML.

statically.io | Twitter | Community | Become A Backer

Docker Cloud Build Status Docker Pulls Docker Image Size

:sparkles: Overview

Icon is a simple application to get an icon from a website by crawling the source code. It's designed to be simple and easy to install anywhere.

:bulb: Features

  • Get an icon by crawling HTML.
  • Get an icon from /favicon.ico path.
  • Serve default.ico if none of the above is set.

:zap: Installation

We'll be using Docker as an easy way to install. However since this is a PHP application, you can run it with your current setup.

Run the app
docker run -d \
  --name icon \
  -p 9000:9000 \
  statically/icon:latest

This will start the PHP FPM server so you can add it to your current web server.

Tag summary

Content type

Image

Digest

Size

28.1 MB

Last updated

almost 6 years ago

docker pull statically/icon