Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostbuster91/ktm-jitpack-notifier
https://github.com/ghostbuster91/ktm-jitpack-notifier
herokuapp kotlin ktor
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostbuster91/ktm-jitpack-notifier
- Owner: ghostbuster91
- Created: 2018-11-19T19:05:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T22:32:49.000Z (almost 6 years ago)
- Last Synced: 2024-10-05T03:01:08.821Z (about 1 month ago)
- Topics: herokuapp, kotlin, ktor
- Language: Kotlin
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ktm-jitpack-notifier
Backend service which makes integration with ktm easier and seamless
JitPack api returns only results for repositories which have at least one git tag and that tag has been requested to download.
Which is quite inconvenient because any new verion of artifact won't be shown in search results unless someone ask jitpack for it directly.That is the place very ktm-jitpack-notifier comes handy.
To enable ktm-jitpack-notifier all you have to do is to add it as a webhook to your repository.
To do this go to settings->webhooks->add webhook and paste following url:`https://morning-springs-55143.herokuapp.com/webhook`
and change the content-type to `application/json`
From now on whenever you push a new commit or new tag ktm-jitpack-notifier will get a hook from github and will requst jitpack to build a new artifact.