Skip to content

Commit

Permalink
chore: added NASA's API (#2045)
Browse files Browse the repository at this point in the history
NASA's API offers a comprehensive repository of space-related data, images, and mission information, facilitating exploration and research.
  • Loading branch information
SoulNikhar authored Oct 22, 2023
1 parent 71f33fb commit fbf42d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions database/backend/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,12 @@
"url": "https://www.coingecko.com/en/api/documentation",
"category": "backend",
"subcategory": "api"
},
{
"name": "NASA API",
"description": "NASA's API provides access to various data, images, and information related to space, astronomy, and space missions.",
"url": "https://api.nasa.gov",
"category": "backend",
"subcategory": "api"
}
]

1 comment on commit fbf42d4

@vercel
Copy link

@vercel vercel bot commented on fbf42d4 Oct 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.