Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lindhe/webicons

A web app that serves emojis and other icons as favicons.
https://github.com/lindhe/webicons

emoij http icons material-design-icons mdi rocket rust web

Last synced: 22 days ago
JSON representation

A web app that serves emojis and other icons as favicons.

Awesome Lists containing this project

README

        

# Web Icons

A web app that serves emojis and other icons as favicons.
I made this to more easily get a wide array of icons available for use in my KeePassXC database (which can query a URL and fetch the favicon).

## Development

```shell
cargo check
cargo test
cargo build
cargo run
```