codergeek42 / wordle-solver

A clever algorithm and automated tool to solve the NYTimes daily Wordle puzzle game.
GNU General Public License v3.0
0 stars 0 forks source link

Backend for solver library as queryable #54

Open codergeek42 opened 1 week ago

codergeek42 commented 1 week ago

Implement the solver logic backend calls as an Express-based HTTP service, running in Docker container, with GraphQL for API conversation; then implement client library to query it.