We should have example code documented for each recommended [client library](https://github.com/tidwall/tile38#client-libraries) At the moment only the node_redis library has an [example](https://github.com/tidwall/tile38/wiki/node_redis-example) of how to use the client library. **What to do for each client library** - Create an example code wiki page that executes the following commands: ``` SET fleet truck1 POINT 33 -115 GET fleet truck1 NEARBY fleet POINT 33 -115 1000 ``` Use the [node_redis example](https://github.com/tidwall/tile38/wiki/node_redis-example) as a template. - Add a link next to the name of the library in the [client library](https://github.com/tidwall/tile38#client-libraries) list. - Add a link to the [wiki homepage](https://github.com/tidwall/tile38/wiki) Recommended #100