anagram-test

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i anagram-test

Weekly Downloads

0

Version

1.0.3

License

ISC

Last publish

Collaborators

  • msirrele