Packages

GenServer, APIs and CLI and CLI wrapping jwstapi.com which exposes JWST data from MAST

Current section

Files

Jump to
jwst_cli config config.exs
Raw

config/config.exs

import Config
config :jwst_cli, download_path: "/tmp"
config :jwst_cli, jwst_api_token: System.get_env("JWST_API_KEY")
config :jwst_cli, env: config_env()