返回 Skill 列表
extension
分类: 开发与工程无需 API Key

ISS Tracker

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

person作者: sharkbytescshubclawhub

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:

curl -s "http://api.open-notify.org/iss-now.json" | jq -r '"Lat: \(.iss_position.latitude), Lon: \(.iss_position.longitude)"'