Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raprograms/rust-wordle-api
This is a rust made wordle REST api build using Rocket
https://github.com/raprograms/rust-wordle-api
rest-api rocket rust wordle wordle-game
Last synced: 23 days ago
JSON representation
This is a rust made wordle REST api build using Rocket
- Host: GitHub
- URL: https://github.com/raprograms/rust-wordle-api
- Owner: RAPrograms
- License: mit
- Created: 2023-07-27T14:51:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T11:00:40.000Z (about 1 year ago)
- Last Synced: 2024-11-20T07:42:25.825Z (about 2 months ago)
- Topics: rest-api, rocket, rust, wordle, wordle-game
- Language: Rust
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust wordle api
This is a simple rest api for wordle projects.
Make in rust with rocket as the framework.
Every day at midnight it will pick a random word from the words.txt file.## Run Locally
Clone the project~~~bash
git clone https://github.com/Dog2657/Rust-Wordle-Api
~~~Go to the project directory
~~~bash
cd my-project
~~~Start the docker compose
~~~bash
docker-compose up
~~~## How to add new words
1. Goto: /app/words.txt
2. Type the word on a new line