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

https://github.com/code0wl/anagram-checker

Small npm module for checking anagrams
https://github.com/code0wl/anagram-checker

Last synced: about 1 year ago
JSON representation

Small npm module for checking anagrams

Awesome Lists containing this project

README

          

# A module for generating anagrams

### Installation

#### npm
```bash
$ npm i anagram-generator -S
```

#### yarn
```bash
$ yarn add anagram-generator
```

### Usage
```ecmascript 6
const anagramChecker = require("anagram-checker");

new anagramChecker('neat'); // ante, neat
```

### Special thanks
Special thanks to [owlbot](https://owlbot.info/api/v1/dictionary/owl) for hosting the reference dictionary