UNPKG

realtime-data-cli-tool

Version:

A real-time data dashboard CLI tool built with Ink, React, and TypeScript that displays live ISS location, weather, Bitcoin prices, random facts, and inspirational quotes

3 lines (2 loc) 108 B
import { FactData } from '../types.js'; export declare const fetchFactData: () => Promise<FactData | null>;