diff --git a/docs/README.md b/docs/README.md index e2658c90e..7d3f4baab 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,6 +23,10 @@ A few people, or teams have gone out of their way to create proper wrappers and These are generally projects that generally interface over the Geometry Dash servers, and overall have built up their own recognition and traction along the community, and developers alike. +#### JavaScript + +* [GD Level API](https://github.com/GD-Level-API/GD-Level-API) by [Liam](https://github.com/liamt8d) — Public REST API for level data, PNG card generation, player icons and search. Hosted on Cloudflare Workers, no key required. + #### Node.js * [GDBrowser](https://github.com/GDColon/GDBrowser) by [GDColon](https://github.com/GDColon)