Skip to content

Send a boggle board as a string and receive an array of valid words !!

Notifications You must be signed in to change notification settings

charcarr/boggle-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boggle Solver

A simple REST API, with one endpoint.

POST: /solve Body: { boardString = "abcd efgh ijkl mnop" }

Makes use of the node-boggle-solver npm package, to return an array of valid boggle words.

Deployed to heroku

About

Send a boggle board as a string and receive an array of valid words !!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published