Getting started with Prokerala Astrology is extremely easy. We have added minimal sample clients in multiple programming languages to help you get started quickly.
- Check out the repository
git clone https://github.com/prokerala/astrology-api-client-example - Switch to the directory named after your preferred programming language.
cd astrology-api-client-example/python - Open the sample program
(
test.py/test.php/test.rb/test.js/ProkeralaAPIClient.cs) source file and replace the placeholdersYOUR_CLIENT_IDandYOUR_CLIENT_SECRETwith you actual client id and client secret. You can find your client id and client secret on your Prokerala API dashboard. - Run the program to make you first API request.