We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
La API Dark Sky, ha sido reemplazada por WeatherKit.
// Loads DarkSky API Key $_CONFIG = include('config.php'); $_ENDPOINT = $_CONFIG['darksky_base_url'] . $_CONFIG['darksky_api_key'] . '/' .
<?php return array( 'darksky_api_key' => 'alphanumeric API Key from DarkSky', 'darksky_base_url' => 'https://api.darksky.net/forecast/',
The text was updated successfully, but these errors were encountered:
74dfe98
Gracias Alex, he reemplazado la API de DarkSky por PirateWeather
Sorry, something went wrong.
No branches or pull requests
La API Dark Sky, ha sido reemplazada por WeatherKit.
The text was updated successfully, but these errors were encountered: