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

4 lines (3 loc) 128 B
import React from 'react'; import { Props } from './types.js'; export default function App({ name }: Props): React.JSX.Element;