https://github.com/bakaq/kanji-search
A simple kanji searcher
https://github.com/bakaq/kanji-search
frameworkless kanjidic2 pwa radkfile typescript
Last synced: 2 days ago
JSON representation
A simple kanji searcher
- Host: GitHub
- URL: https://github.com/bakaq/kanji-search
- Owner: bakaq
- License: agpl-3.0
- Created: 2022-01-24T22:10:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T16:10:31.000Z (over 2 years ago)
- Last Synced: 2026-03-19T07:50:01.451Z (2 months ago)
- Topics: frameworkless, kanjidic2, pwa, radkfile, typescript
- Language: TypeScript
- Homepage: http://bakaq.net/kanji-search/
- Size: 411 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Kanji Search
A tool for searching kanji by components. This is meant only for _searching_
kanji, not to view information such as meaning, readings or stroke order. Use
another tool for this.
## Development
### With nix
If you have nix installed, you can use the flake with `nix develop` and then do
`make all` to compile. The compiled site will be in `release/`. An `.envrc` for
use with direnv is also provided.
### Without nix
Will need:
- make
- typescript (tsc in particular)
- python with the following packages:
```
requests
beautifulsoup4
lxml
```
Then compile with `make all`. The compiled site will be in `release/`.