str8.js
A simple string manipulation library written in Javascript.
Use
// load the modulevar str8 = ; // ask for the first half of a stringvar half = str8; // half = "te";
Test
To execute the library's tests, first install the project dependencies:
$ npm install
Then, run the tests
$ npm test