iss-tracker

TotalClaw 作者 totalclaw

获取国际空间站的实时位置(纬度/经度)。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~sharkbytescs-iss-tracker
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~sharkbytescs-iss-tracker/file -o sharkbytescs-iss-tracker.md
## 概述(中文)

获取国际空间站的实时位置(纬度/经度)。

## 原文

# ISS Tracker

This skill provides the current geographic coordinates of the International Space Station using the Open Notify API.

### Current Location
To get the current position of the ISS, run this command:
```bash
curl -s "http://api.open-notify.org/iss-now.json" | jq -r '"Lat: \(.iss_position.latitude), Lon: \(.iss_position.longitude)"'