gerolt

A tookkit of FINAL FANTASY XIV for Kotlin

License

License

GroupId

GroupId

blue.starry
ArtifactId

ArtifactId

gerolt
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

module
Description

Description

gerolt
A tookkit of FINAL FANTASY XIV for Kotlin
Project URL

Project URL

https://github.com/horoscope-dev/Gerolt
Source Code Management

Source Code Management

https://github.com/horoscope-dev/Gerolt

Download gerolt

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.30

Project Modules

There are no modules declared in this project.

Gerolt: A toolkit of FINAL FANTASY XIV for Kotlin

Kotlin GitHub release (latest by date) GitHub Workflow Status License Issues Pull Requests

  • Conversion between Eorzea Time & Earth Time.
  • Weather forecasts.

Quick example

fun main() {
    // Gets current Eorzea Time
    val time = EorzeaTime.now()
    
    // Eorzea Time to Earth Time (java.time.Instant)
    val earthTime = time.toEarthTime()
    
    // Eorzea zones enum
    val zone = EorzeaZone.TheLavenderBeds
    
    // Forecasts the weather at The Lavender Beds at [time].
    val weather = time.weather(zone)
}

More examples of Gerolt can be found at Wiki. Please feel free to create new issue if you have any questions.

Setup

We moved the repository to Maven Central.

GitHub release (latest by date)

Gradle Kotlin DSL

We recommend using Gradle Kotlin DSL instead of classic build.gradle.

build.gradle.kts

dependencies {
    implementation("blue.starry:gerolt:$GeroltVersion")
}

License

Gerolt is provided under MIT license.

Copyright (c) 2017-2021 StarryBlueSky.

blue.starry

Horoscope

Versions

Version
1.0.0