gerolt-jvm

A tookkit of FINAL FANTASY XIV for Kotlin

Лицензия

Лицензия

Группа

Группа

blue.starry
Идентификатор

Идентификатор

gerolt-jvm
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

module
Описание

Описание

gerolt-jvm
A tookkit of FINAL FANTASY XIV for Kotlin
Ссылка на сайт

Ссылка на сайт

https://github.com/horoscope-dev/Gerolt
Система контроля версий

Система контроля версий

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

Скачать gerolt-jvm

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.30

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.0