carterwsheppard / space-app

Project 1 - Coding Bootcamp
0 stars 0 forks source link

May 24 Actions: #1

Open carterwsheppard opened 2 years ago

carterwsheppard commented 2 years ago

-Josh to set up very basic Index skeleton -Hogan to confirm API for front end API Research: Finance, News, David - https://thespacedevs.com/llapi Carter - https://spaceflightnewsapi.net/

carterwsheppard commented 2 years ago

DOWNFALL: I do not think this API really lends itself to an input - would have to look into it - can have ID of report and maybe use a button to report title?

https://api.spaceflightnewsapi.net/v3/documentation#/Info. --> get request links here but I think think this is what we want

Interesting documentation here: https://thespacedevs.com/snapi

Potential Endpoint: https://api.spaceflightnewsapi.net/v3/reports (REPORTS)

Return Object Example:

{ "id": 1042, "title": "ISS Daily Summary Report – 5/24/2022", "url": "https://blogs.nasa.gov/stationreport/2022/05/24/iss-daily-summary-report-5-24-2022/", "imageUrl": "https://upload.wikimedia.org/wikipedia/commons/8/8a/ISS_after_completion_%28as_of_June_2006%29.jpg", "newsSite": "NASA", "summary": "Payloads: Cell Biology Experiment Facility (CBEF-L): The CBEF-L Motor Power Cable connections were swapped with the CBEF-L Motor Signal Cable connections in order to narrow down the turn table issue in the CBEF-L Incubator Unit. CBEF-L is a Japan Aerospace Exploration Agency (JAXA) new subrack facility, which is an upgraded facility of the original CBEF …", "publishedAt": "2022-05-24T13:53:00.000Z", "updatedAt": "2022-05-25T13:53:45.677Z" }