Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sysread/wordsetc
Scrabble word solver for personal use
https://github.com/sysread/wordsetc
Last synced: about 1 month ago
JSON representation
Scrabble word solver for personal use
- Host: GitHub
- URL: https://github.com/sysread/wordsetc
- Owner: sysread
- License: mit
- Created: 2023-06-27T18:50:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-26T18:21:47.000Z (over 1 year ago)
- Last Synced: 2023-07-26T18:29:29.742Z (over 1 year ago)
- Language: Elixir
- Size: 3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Test | Build | Deploy](https://github.com/sysread/wordsetc/actions/workflows/cicd.yml/badge.svg)](https://github.com/sysread/wordsetc/actions/workflows/cicd.yml)
# Words, Etc.
Words, Etc. is a simple, stateless Scrabble solver built with Phoenix and
Elixir. It allows users to input a set of letters and provides possible word
solutions, each grouped by the number of letters, complete with definitions and
Scrabble scores.## Setup
Clone the repository:
```
git clone https://github.com/sysread/wordsetc.git
```To start the Words, Etc. application:
```
mix ecto.setup
mix phx.server
```## Usage
Just enter your letters in the provided input field and press `Solve!`. The
application will return a list of possible words, each grouped by the number of
letters. For each word, the application provides its definition and Scrabble
score.## Contributing
Pull requests are welcome. For major changes, please open an issue first to
discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)