Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sureshg/himawari.kt
🛰 Fetch live earth captured by the Himawari-8 Satellite and set desktop background on OSX
https://github.com/sureshg/himawari.kt
himawari kotlin satellite
Last synced: 9 days ago
JSON representation
🛰 Fetch live earth captured by the Himawari-8 Satellite and set desktop background on OSX
- Host: GitHub
- URL: https://github.com/sureshg/himawari.kt
- Owner: sureshg
- Created: 2016-02-11T03:09:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T06:48:16.000Z (almost 9 years ago)
- Last Synced: 2023-08-04T04:24:32.712Z (over 1 year ago)
- Topics: himawari, kotlin, satellite
- Language: Kotlin
- Homepage:
- Size: 55.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Himawari.Kt
-----------Fetch live images of the Earth captured by the [Himawari-8](https://en.wikipedia.org/wiki/Himawari_8) satellite, then set them as desktop background on OSX. Written in [Kotlin](https://kotlinlang.org/)
Installation
------------* From Binary
[Mac OS X Download**](https://github.com/sureshg/Himawari.Kt/releases/latest)
> After download and unzip, make sure to set the executable permission (`chmod +x himawari`)
* From Source
```bash
$ git clone [email protected]:sureshg/Himawari.Kt.git
$ cd Himawari.Kt
$ ./gradlew clean makeExecutable
```
> The binary would be located at `build/libs/himawari`Usage
-----```bash
$ ./himawari```
Inspiration
-----------Python Script for OSX: https://gist.github.com/willwhitney/e9e2c42885385c51843e
-------------
**Require [Java 8 or later](http://www.oracle.com/technetwork/java/javase/downloads/index.html)