Answer the question
In order to leave comments, you need to log in
I can not get data from the site, who can help a newbie?
Hello, please help me to get json.
Here is the site:
open-notify.org/Open-Notify-API/ISS-Location-Now
Here is my code:
import React, { Component } from 'react';
export default class Position extends Component {
gettingPosition = async () =>{
const api_url = await fetch('http://api.open-notify.org/iss-now.json');
console.log(api_url)
}
render() {
return (
)
}
}
Answer the question
In order to leave comments, you need to log in
.json highlighted in black because it disappeared during preview
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question