RobinCheptileh / gwordapi

Gword is a web app that generates all possible combinations of letters that make up an english word when provided by a set of letters and a limit. It is written in Go and utilizes Websockets.

Home Page:http://gwordapi.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gword

Synopsis

Gword is a web app that generates all possible combinations of letters that make up an english word when provided by a set of letters and a limit. It is written in Go and utilizes Websockets.

See it in action on Heroku

Example

When you input a set of letters say robin with a limit of 3, the results would be:

1. ROB
2. ORB
3. NOR
4. OBI
5. RIB
6. BIO
7. BON
8. ION
9. BIN
10. NIB

Motivation

You guessed it, 4 Pics 1 Word ofcourse! 😜

Contributors

  • @RobinCheptileh
  • @adhiambooyier

About

Gword is a web app that generates all possible combinations of letters that make up an english word when provided by a set of letters and a limit. It is written in Go and utilizes Websockets.

http://gwordapi.herokuapp.com


Languages

Language:Go 92.4%Language:JavaScript 7.0%Language:CSS 0.5%Language:HTML 0.2%