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