Hi! Have you checked Google?
Jul 13, 2021
5
Level 1
Laravel national bank & weather API
Hello : ) I have one question i want to get API from national bank & weather sites i have National Bank API
<?
$client = new SoapClient('http://nbg.gov.ge/currency.wsdl');
print $client->GetCurrencyDescription('USD').'<br>';
print $client->GetCurrency('USD').'<br>';
print $client->GetCurrencyRate('USD').'<br>';
print $client->GetCurrencyChange('USD').'<br>';
print $client->GetDate().'<br>';
?>
and i can't find weather API : (
and i want to add this to my bank and weather blade i don't know how to do it can anyone please help me <3
Please or to participate in this conversation.