Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

wezuwiusz/neowulkanowy-sdk

Repository files navigation

Wezuwiusz VULCAN UONET+ SDK

GitHub Workflow status JitPack License Discord

Unofficial unified way of retrieving data from the UONET+ register through mobile api and scraping api

Features

Check it out full public api and test examples.

Documentation

Check wiki page.

Download

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}
dependencies {
    implementation 'com.github.wezuwiusz:neowulkanowy-sdk:-SNAPSHOT' // lub inna wersja
}