Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obrien-k/marstronaut-federation
https://github.com/obrien-k/marstronaut-federation
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/obrien-k/marstronaut-federation
- Owner: obrien-k
- License: mit
- Created: 2022-06-20T07:15:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T15:02:36.000Z (over 1 year ago)
- Last Synced: 2024-10-12T07:26:30.120Z (27 days ago)
- Language: JavaScript
- Homepage: marstronaut-federation.vercel.app
- Size: 26.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marstronaut Federation
## Intro/Usage
Query via [Apollo](https://github.com/apollographql) [Studio](https://studio.apollographql.com/public/Marstronaut/home?variant=current) and specify earthDate to match an [XKCD](https://xkcd.com) comic's alt text with an available [NASA photo](https://github.com/nasa).## Example Vars
```
{
"comicNumber": 1078,
"roverName": "curiosity",
"earthDate": "2012-07-06"
}
``````
{
"comicNumber": 1691,
"roverName": "curiosity",
"earthDate": "2016-6-8"
}
```