Intro-to-Data-APIs-JS icon indicating copy to clipboard operation
Intro-to-Data-APIs-JS copied to clipboard

Working with Data and APIs in JavaScript

Results 17 Intro-to-Data-APIs-JS issues
Sort by recently updated
recently updated
newest added

Post with fetch() does not work on my localhost on both Apple and Windows. This line of code `const response = await fetch("/api", options);` throws a 405 error saying that...

The altitude and velocity are in kilometers when returned with the Latitude and Longitude for the ISS position. `{ "name": "iss", "id": 25544, "latitude": -48.454232517203, "longitude": 139.35666682131, "altitude": 438.82147463579, "velocity":...

Hi, this is a showcase submission for the mapping ISS exercise.

The code examples need to be ported to use a different weather API, due to the sunsetting of the Dark Sky API. https://darksky.net/dev > We are no longer accepting new...

1d13325e9cd0956f17de4469e36763c10e600e96

I just modified the catch and try code block for simplicity. thanks

* [x] sorting database logs in HTML page (switch between alphabetical by mood or by timestamp) * [ ] pagination on logs * [x] save the image as a file...

help wanted