2026-04-07 03:16:37 -07:00
2026-04-07 03:16:37 -07:00
2026-03-07 01:24:08 -08:00
2026-03-07 01:09:00 -08:00
2026-04-02 22:06:19 -07:00
2026-04-07 03:16:37 -07:00
2026-03-09 03:07:02 -07:00
2026-03-09 03:07:02 -07:00
2026-03-07 05:17:50 -08:00
2026-03-10 04:47:05 -07:00

TaroTime

A web-based esoteric correspondence app for tarot, astrology, calendars, symbols, and related systems.

Node.js Git

Features

  • Correspondence explorer for multiple occult/esoteric systems.
  • Tarot deck support served by the TaroTime API.
  • Fast local static shell serving with http-server.

Quick Start

  1. Install Node.js: https://nodejs.org/en/download
  2. Start the API and confirm its base URL and API key.
  3. Clone or download this repository.
  4. Install dependencies.
  5. Start the client.
git clone <your-frontend-repo-url>
Set-Location .\TaroTime
npm install
npm run start

The app opens in your browser (typically at http://127.0.0.1:8080) and stays in shell mode until you enter a reachable API base URL and a valid API key.

For local development with a default local API configuration:

API Base URL: http://localhost:3100
API Key: <value accepted by TAROTIME_API_KEY or TAROTIME_API_KEYS>

NPM Scripts

Command Description
npm run start Serve the static client locally and open index.html.
npm run dev Alias of npm run start.
Description
No description provided
Readme 3.4 MiB
Languages
JavaScript 84.7%
CSS 11.2%
HTML 4.1%