Skip to content

uakihir0/planetlink

Repository files navigation

日本語

PlanetLink

badge badge badge badge

This library is a multi Social Media (SNS) client library compatible with Kotlin Multiplatform. By using this library, you can transparently handle various Social Media platforms.

This is a Kotlin Multiplatform port of SocialHub, which was originally implemented in Java.

Supported Platforms

Planned Supported Platforms

  • Slack

Usage

The following is how to use it with Gradle in Kotlin for the respective platforms. If you are using it on the Apple platform, please refer to planetlink-cocoapods. Also, make sure to check the test code.

repositories {
    mavenCentral()
+   maven { url = uri("https://repo.repsy.io/mvn/uakihir0/public") }
}

dependencies {
+   implementation("work.socialhub.planetlink:all:0.0.1-SNAPSHOT")
}

License

MIT License

Author

Akihiro Urushihara

About

Kotlin multiplatform Multi Social Media library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages