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
- Host: GitHub
- URL: https://github.com/code0wl/anagram-checker
- Owner: code0wl
- Created: 2017-04-20T09:09:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T18:40:05.000Z (about 9 years ago)
- Last Synced: 2025-03-15T01:03:14.346Z (over 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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