1.0.2 • Published 7 years ago

tell-me-where v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

tell-me-where

Build Status Coverage Status A small library for locate yourself

Installation

npm install tell-me-where

Usage

var tmw = require('tell-me-where'); tmw('simple sentences');

Output should be 'simple sentences'

Tests

npm test

Contributing

maintain the existing coding style. Add units tests for any change.