Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"James Webb Space Telescope" Extension #16607

Merged
merged 4 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions extensions/james-webb-space-telescope/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/james-webb-space-telescope/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/james-webb-space-telescope/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/james-webb-space-telescope/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# James Webb Space Telescope Changelog

## [Initial Version] - 2025-01-30
21 changes: 21 additions & 0 deletions extensions/james-webb-space-telescope/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# James Webb Space Telescope Raycast Plugin

Lists all of the publicly available images and data from James Webb Space Telescope's observations

![Image](./assets/screenshot.png)

## Functionality

- Provides a single Raycas command - "James Webb Space Telescope"
- Lists all of the data grouped by program
- Lists all of the data by file type (like .jpg, .fits, .csv, etc)
- Shows detailed information about observation data (photo, mission, description, instruments used)
- Provides a link to download observation data

Note: Text search works only for the data you've already fetched.

## Development

- This plugin is essentially a view layer built on top of the API from [jwstapi.com](https://jwstapi.com/). Thanks to Kyle Redelinghuys ([GitHub profile](https://github.com/ksred))
- Original data comes from [Mikulski Archive for Space Telescopes](https://archive.stsci.edu/publishing/mission-acknowledgements)
- Plugin is composed using elemetns from standard Raycast plugin tech. stack: React, TypeScript, @raycast/api and @raycast/utils
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading