#golang #astronomy
NASA API を使って APOD (Astronomy Picture of the Day) のデータを取得する CLI ツール。自前でできそうなのでちょろんと作ってみた。
まずは JSON データを引っ張ってくるところまで作り GitHub Release にバイナリをデプロイするところまで確認した。
このあとはテスト周りを整理して,次は画像データをダウンロードするところまで作り込んでみる。
NASA API は面白い機能が結構あるので,ハンドラ周りを別パッケージにしたいけど,これは暫く先
>goark/apod: CLI Tool for Astronomy Picture of the Day with NASA API
https://github.com/goark/apod
元ネタはこちら:
>NASA API を使って “Astronomy Picture of the Day” のデータを取得する by @spiegel https://text.baldanders.info/remark/2023/02/api-for-astronomy-picture-of-the-day/