Horoscope API - Ruby

Horoscope API with Ruby 💎

Integrate Horoscope API into your Ruby application.

Installation

gem install vedika

Example Code

// Ruby example
// Install: gem install vedika

const client = new VedikaClient("YOUR_API_KEY");
const result = client.horoscope(...);

Get Started Free

Try our sandbox API with no authentication required

Try Sandbox Read Docs