Skip to content

jonathanpoh/deepskyguide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Sky Guide

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.

Prerequisites

This project is built with Deno, a modern and secure runtime for JavaScript and TypeScript.

Installation & Setup

  1. Clone the repository:

    git clone https://github.com/jonathanpoh/deepskyguide.git
    cd deepskyguide
  2. 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 .env file and add your secret API key from OpenRouter.ai.

Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors