Daily Horoscope api based on birthdate [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this questionI want to put daily horoscope based on user's birthdate in my website
Is there any Asp.net horoscope API which i can integret in my website
Its really easy
download blockspring package from Here
choose horoscopes you want target ("sign" => "cancer")
<?php
require('blockspring.php');
var_dump(Blockspring::runParsed("dba3c2ca01c063df9cdf9fc6f0cf93f9", array("sign" => "cancer") ))->params;
Here is daily horoscope API from yahoo.
精彩评论