Here you can find our tools. At the moment the team is focusing on open sourcing libraries that we use everyday in our stack!
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 (きょり).
You can include the library and use it in your project through npm. You can also browse the source code on github.
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.
You can include the library and use it in your project through npm. You can also browse the source code on github.
A lightweight command-line tool to convert multiple JSON files into a single JSONL (JSON Lines) output file.
You can find more information about the tool, including usage and build instructions, on its dedicated page: json2jsonl.