Package Exports
- wordscramble
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wordscramble) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
wordsramble
wordscramble is a completely pointless Node package: It returns a string randomly scrambled.
Badges
Look at all the shiny badges! Badges mean quality and wordscramble has three quality. Look at them! Look at them! :)
Installation
npm install wordscramble
Usage
var wordscramble = require('wordscramble');
console.log(wordscramble('sandworm')); // dwrosman
Testing
wordscramble boasts 100% test coverage. To verify:
npm test
Contributing
Go wild! All pull requests are welcome.
License
The code is available under the MIT license.