A useful tool for astrophotography planning of deep-sky objects.
This is a command-line application that uses AI to provide expert guidance for deep-sky object astrophotography, powered by the OpenRouter API.
This project is built with Deno, a modern and secure runtime for JavaScript and TypeScript.
- Install Deno: Follow the official installation instructions at deno.com/manual/getting_started/installation.
-
Clone the repository:
git clone https://github.com/jonathanpoh/deepskyguide.git cd deepskyguide -
Set up environment variables: The application requires an API key to communicate with the OpenRouter service.
- Copy the example environment file:
cp .env.example .env
- Open the newly created
.envfile and add your secret API key from OpenRouter.ai.
- Copy the example environment file:
To run the application, use the Deno task runner. This command, defined in deno.jsonc, will automatically apply the necessary permissions for network, file, and environment access.
deno task start