Skip to content

xdothackerx/wordinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Project Title: Wordinator

Author: Sam Camus (xdothackerx)

This app takes two words inputted through the url and checks to see if they are anagrams of each other. It returns a JSON object with the inputs and the result.

Examples:
In- http://localhost:4567/hello/sam
Out- {"input1":"hello","input2":"sam","anagram?":false}

In- http://localhost:4567/doctorwho/torchwood
Out- {"input1":"doctorwho","input2":"torchwood","anagram?":true}

Sources: http://www.sinatrarb.com/intro.html, Stack Overflow (not helpful this time)

Collaborators: Alex, Marco

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages