Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 304 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 304 Bytes

Anagrams

Sinatra application to create anagrams from words.

Example

GET /tree

{"tree":["reet","teer"]}

GET /tree,none

{"tree":["reet","teer"],"none":["neon"]}

GET /tree,last's

{"tree":["reet","teer"],"last":["salt","slat"]}

Deployed on Heroku:

http://diowa-anagrams.herokuapp.com/tree,last's