Skip to content
New issue

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

Reemplazo de API #1

Closed
2 tasks
AlexGracia opened this issue May 8, 2023 · 1 comment
Closed
2 tasks

Reemplazo de API #1

AlexGracia opened this issue May 8, 2023 · 1 comment

Comments

@AlexGracia
Copy link

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/',
@alterebro
Copy link
Owner

Gracias Alex, he reemplazado la API de DarkSky por PirateWeather

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants