An open API service indexing awesome lists of open source software.

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.

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}