Skip to content

alazyfool/wordle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wordle-solver

to run

node express.js

this can be used to recommend words in wordle after you've tried a few words

http://localhost:9000/wordle-recommender

Example payload

{
    "notIn": ["e","r","t","i","p","s","d","g","h","k","l","c","n"],
    "correct": [
        {
            "letter": "u",
            "position": 2
        }
    ],
    "incorrect": [
        {
            "letter": "o",
            "position": 1
        },
        {
            "letter": "o",
            "position": 3
        }
    ]
}

About

wordle solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors