5.0.0 • Published 8 months ago

jots v5.0.0

Weekly downloads
21
License
MIT
Repository
github
Last release
8 months ago

jots

String similarity scoring as used in Jotto.

Example

var jots = require('jots');

jots('bread', 'beard');
// => 5

Installation

$ npm install jots

API

var jots = require('jots');

jots(correct, guess)

Returns how many characters String guess has in common with String correct. Assumes that guess does not have any repeating letters, otherwise this will happen:

jots('bread', 'eeeee');
// => 5
5.0.0

8 months ago

4.0.0

1 year ago

3.0.0

3 years ago

2.0.1

3 years ago

2.0.0

4 years ago

1.0.5

8 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago