Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 322 Bytes

README.md

File metadata and controls

27 lines (12 loc) · 322 Bytes

Wordle Ruby

Wordle game implementation with ruby. It offers an API to check word.

Installation & Run

Install dependencies

bundle

Run app

ruby app.rb

API Endpoints

Check daily words

http://localhost:4567/api/v1/check/:word

Check custom words

http://localhost:4567/api/v1/check/:word/:wordle