Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lindhe/webicons
- Owner: lindhe
- License: lgpl-3.0
- Created: 2023-08-04T11:31:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-13T20:39:21.000Z (over 1 year ago)
- Last Synced: 2024-11-01T02:22:27.167Z (2 months ago)
- Topics: emoij, http, icons, material-design-icons, mdi, rocket, rust, web
- Language: Rust
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```