Skip to content

Latest commit

History

History
39 lines (25 loc) 路 938 Bytes

README.md

File metadata and controls

39 lines (25 loc) 路 938 Bytes

Himawari.Kt

Fetch live images of the Earth captured by the Himawari-8 satellite, then set them as desktop background on OSX. Written in Kotlin

Installation

  • From Binary

    Mac OS X Download**

    After download and unzip, make sure to set the executable permission (chmod +x himawari)

  • From Source

     $ git clone [email protected]:sureshg/Himawari.Kt.git
     $ cd Himawari.Kt
     $ ./gradlew clean makeExecutable

    The binary would be located at build/libs/himawari

Usage

$ ./himawari

Inspiration

Python Script for OSX: https://gist.github.com/willwhitney/e9e2c42885385c51843e


**Require Java 8 or later