🛰 Fetch live earth captured by the Himawari-8 Satellite and set desktop background on OSX
Fetch live images of the Earth captured by the Himawari-8 satellite, then set them as desktop background on OSX. Written in Kotlin
From Binary
After download and unzip, make sure to set the executable permission (
chmod +x himawari
)
From Source
$ git clone git@github.com:sureshg/Himawari.Kt.git
$ cd Himawari.Kt
$ ./gradlew clean makeExecutable
The binary would be located at
build/libs/himawari
$ ./himawari
Python Script for OSX: https://gist.github.com/willwhitney/e9e2c42885385c51843e
**Require Java 8 or later