/ensi-manager

📝 An app for interacting with Ensi API

Primary LanguageKotlinMIT LicenseMIT

Ensi Manager

An app for interacting with Ensi's API

Unless you have a running instance of Ensi (closed-source) running, this app is useless for you. This repository is only public to let some trusted people use this app.

🔗 API configuration

Ensi Manager requires an endpoint which returns a JSON of EnsiAPIData. A request will be done every time you launch the app.

🔧 Building

  • Clone the repository
  • Do your changes
  • Run ./gradlew assembleRelease