https://github.com/brookr/anagrammar
A tiny api for verifying if some words are anagrams.
https://github.com/brookr/anagrammar
Last synced: 3 months ago
JSON representation
A tiny api for verifying if some words are anagrams.
- Host: GitHub
- URL: https://github.com/brookr/anagrammar
- Owner: brookr
- Created: 2014-02-19T09:23:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-19T09:24:02.000Z (over 12 years ago)
- Last Synced: 2025-01-09T12:52:42.301Z (over 1 year ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anagrammar
This small app provides a json api that reports if the submitted words are anagrams or not.
## Example
http://localhost:3000/anagrams.json?word1=iceman&word2=cinema
{"word1":"iceman","word2":"cinema","matched":true}