Я пытаюсь получить данные из https://www.metaweather.com/api/ с помощью метода извлечения, но я не получаю - PullRequest
0 голосов
/ 04 мая 2020

выборка ('https://crossorigin.me/https: // www.metaweather.com/api/location/2487956/')

.then(result => {
    console.log(result);
})
.catch(error => console.log(error));

асинхронный. html: 200 GET https://crossorigin.me/https: // www.metaweather.com/api/location/2487956/ net :: ERR_NAME_NOT_RESOLVED (анонимный) @ асинхронный. html: 200 асинхронный. html: 205 TypeError: Не удалось получить

...