tell-me-where

Locate with sentences

Usage no npm install needed!

<script type="module">
  import tellMeWhere from 'https://cdn.skypack.dev/tell-me-where';
</script>

README

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.