Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattiaerre/apod-graphistry-falcor-routes
Astronomy Picture of the Day as a Graphistry Falcor routes
https://github.com/mattiaerre/apod-graphistry-falcor-routes
apod falcor graphistry nasa nasa-api
Last synced: 25 days ago
JSON representation
Astronomy Picture of the Day as a Graphistry Falcor routes
- Host: GitHub
- URL: https://github.com/mattiaerre/apod-graphistry-falcor-routes
- Owner: mattiaerre
- License: mit
- Created: 2017-02-28T08:52:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T07:36:52.000Z (almost 8 years ago)
- Last Synced: 2024-12-07T17:03:41.518Z (about 1 month ago)
- Topics: apod, falcor, graphistry, nasa, nasa-api
- Language: JavaScript
- Homepage:
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apod-graphistry-falcor-routes
Astronomy Picture of the Day as a Graphistry Falcor routes
## Demo
```bash
➜ apod-graphistry-falcor-routes git:(master) ✗ yarn
➜ apod-graphistry-falcor-routes git:(master) ✗ cd server
➜ server git:(master) ✗ yarn
➜ server git:(master) ✗ yarn start:dev
```![falcor-postman](falcor-postman.png "falcor-postman")
### Query
```json
[["apod", ["copyright", "date", "explanation", "hdurl", "media_type", "title", "url"]]]
```### Result
```json
{
"apod": {
"explanation": "This storm cloud on Jupiter is almost as large as the Earth. Known as a white oval, the swirling cloud is a high pressure system equivalent to an Earthly anticyclone. The cloud is one of a \"string of pearls\" ovals south of Jupiter's famous Great Red Spot. Possibly, the Great Red Spot is just a really large white oval than turned red. Surrounding clouds show interesting turbulence as they flow around and past the oval. The featured image was captured on February 2 as NASA's robotic spacecraft Juno made a new pass just above the cloud tops of the Jovian world. Over the next few years, Juno will continue to orbit and probe Jupiter, determine atmospheric water abundance, and attempt to determine if Jupiter has a solid surface beneath its thick clouds.",
"title": "A White Oval Cloud on Jupiter from Juno",
"url": "http://apod.nasa.gov/apod/image/1702/WhiteOval_Juno_960.jpg",
"date": "2017-02-28",
"hdurl": "http://apod.nasa.gov/apod/image/1702/WhiteOval_Juno_640.jpg",
"media_type": "image"
}
}
```## Test (w/ coverage)
```bash
➜ apod-graphistry-falcor-routes git:(master) ✗ yarn test -- --coverage
```## Resources
- [https://github.com/Netflix/falcor/](https://github.com/Netflix/falcor/)
- [https://github.com/graphistry/falcor](https://github.com/graphistry/falcor)