Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/7sdream/goodomain
A tiny toy to find good domain from your favorite word.
https://github.com/7sdream/goodomain
cli domain rust svelte wasm webapp
Last synced: 1 day ago
JSON representation
A tiny toy to find good domain from your favorite word.
- Host: GitHub
- URL: https://github.com/7sdream/goodomain
- Owner: 7sDream
- License: gpl-3.0
- Created: 2020-09-18T10:41:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T01:26:44.000Z (6 months ago)
- Last Synced: 2024-05-03T08:49:53.804Z (6 months ago)
- Topics: cli, domain, rust, svelte, wasm, webapp
- Language: Svelte
- Homepage: https://7sdream.github.io/goodomain/
- Size: 114 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Goodomain
A tiny toy to find good domain from your favorite word.
## Web App
Check [GitHub Page](https://7sdream.github.io/goodomain/?q=7sDream) of this project.
Source code in `web/app`.
## CLI tool
### Install from source
```bash
cargo install --path crates/goodomain-cli
```### Usage
```bash
$ goodomain 7sdream
7.sd/ream
7sd.re/am
7sdre.am
```See `goodomain --help` for more options.
## As a Library
- Rust: See `crates/goodomain`
- NodeJS: See `bindings/goodomain-wasm`, the WebApp uses it.## LICENSE
GPLv3, check `LICENSE.md`.