alphamaker
v1.0.4
Published
A package to alphabetize your strings
Downloads
2
Readme
Alphabetizer
Built using node 8.9.4 and python 2.7
This program will take in a series of string and return an alphabetized version of that string.
Example:
Input: VirginiaTech
Output: aceghiiinrTV
Input: 3 Blind Mice
Output: BcdeiilMn
Setup
Linux
Depending on the machine image you are using there are a few different options for how you can proceed.
OS-X
brew install node
brew install python