Typescript SDK
Guide to using the Harmono Typescript
This guide will help you get started with integrating our SDK into your Typescript applications. We'll go over the installation process and how to use the SDK in your project.
Getting Started
To use the Harmono Typescript SDK, you first need to install it.
This Typescript SDK can be used in different project/framework. We currently support Express, Fastify, and Koa.
Express
Fastify
KOA
Important Notes
- Access Token: Replace
YOUR_ACCESS_TOKEN
with your actual access token. For security, consider using environment variables or a secrets management tool to store sensitive information. - Environment Configuration: You can set the
env
parameter to eitherproduction
ordevelopment
. Ondevelopment
, Harmono will not save any log to our DB - stritcly for development purposes only. - SDK Supports: I'm building this from the ground up from scratch and it's not so easy doing it myself. I plan to support other SDK (ofcourse!), but they might take a little bit of time :).
Conclusion
With this setup, you can start capturing events and integrating with the Harmono platform. If you're stuck, please let us know how we can help :).
Reach out to me if you're stuck!