Tools of the Trade

Here you can find our tools. At the moment the team is focusing on open sourcing libraries that we use everyday in our stack!

Kyori: A Javascript library focused on string distance and similarity metrics

A library that offers many methods to calculate string edit distance. In addition, it offers the Kyori algorithm, a simple-yet-nice approach to rank several results against a set of terms (keywords). It is handy when you have search results, and you want to return the most relevant lexicographically. The library implements several string distance and similarity methods like levensthein, etc.

In Japanese, the word for “distance” is 距離 pronounced as kyori (きょり).

Download / Install

You can include the library and use it in your project through npm. You can also browse the source code on github.


WizJS: Helpers for more maintainable programs in Javascript

A Javascript library (a few selected dependencies only) that contains utilities to make enjoy-full every day programming. No, this library will not become another lodash :). It will observe several technology stacks and bring them into the Javascript world.

Download / Install

You can include the library and use it in your project through npm. You can also browse the source code on github.


json2jsonl: Convert multiple JSON files into a single JSONL file

A lightweight command-line tool to convert multiple JSON files into a single JSONL (JSON Lines) output file.

Download / Install

You can find more information about the tool, including usage and build instructions, on its dedicated page: json2jsonl.