https://github.com/cpreston321/poc-iconify-search
https://github.com/cpreston321/poc-iconify-search
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cpreston321/poc-iconify-search
- Owner: cpreston321
- Created: 2024-02-27T21:52:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T18:14:07.000Z (over 1 year ago)
- Last Synced: 2024-10-19T04:27:22.225Z (12 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iconify-search
A simple script that get the information we need for the iconify/json search then uses fuse.js to search for the icons using a term.
To install dependencies:
```bash
bun install
```To run:
```bash
bun dev
```## Example usage
```bash
▲ bun dev component
$ bun index.ts componentSearching icons within iconify with term: 'component':
[ "logos:componentkit", "logos:component", "bxs:component" ]
[12.08ms] search
```This project was created using `bun init` in bun v1.0.29. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.