1.0.3 • Published 7 years ago

anagram-test v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Anagram

A small library that takes in a base word and a comparator word which will be used to see if the comparator is an anagram of the base word. An anagram is a direct word switch or word play, the result of rearranging the letters of a word or phrase to produce a new word or phrase.

Installation

npm install anagram

Usage

var anagram = require('anagram');

var anagramResponseObj = anagram.anagramTest('dogs', 'gods');

Output should be { message: 'Awesome, everything checks out, looks like you have an ANAGRAM!', isAnagram: true }

Tests

WIP

Contributing

WIP

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago