Open Source

Here you can find our open source contributions. 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.