Birth Chart API - Go
Birth Chart API with Go 🔵
Integrate Birth Chart API into your Go application.
Installation
go get vedika.io/sdk
Example Code
// Go example
// Install: go get vedika.io/sdk
const client = new VedikaClient("YOUR_API_KEY");
const result = client.birth_chart(...);