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) 105 B
import { ISSData } from '../types.js'; export declare const fetchISSData: () => Promise<ISSData | null>;