From 92ebaf2dece0ee1e521a7d13a09ceebe3b97d532 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Mon, 20 Jun 2022 13:29:35 -0700 Subject: [PATCH] Add tile38-ts client to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 770d0661..5ae9cb1a 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,7 @@ Clients that support most Tile38 features are marked with a ⭐️. - ⭐️ Go: [xjem/t38c](https://github.com/xjem/t38c) - ⭐️ Node.js: [node-tile38](https://github.com/phulst/node-tile38) ([example code](https://github.com/tidwall/tile38/wiki/Node.js-example-(node-tile38))) - ⭐️ Python: [pyle38](https://github.com/iwpnd/pyle38) +- ⭐️ TypeScript: [tile38-ts](https://github.com/tiermobility/tile38-ts) - Go: [cjkreklow/t38c](https://github.com/cjkreklow/t38c) - Python: [pytile38](https://github.com/mitghi/pytile38) - Rust: [nazar](https://github.com/younisshah/nazar)