Posts nearby foodtrucks to a specified web hook
If you want to use this jar for your own purpose you have to
- change
longitude
andlatitude
and - get yourself an Api key from craftplaces and create a Kotlin object called
Keys
which containsconst val token: String = "your token"
- create an incoming web hook for your favorite chat tool and create a Kotlin object called
Hooks
which contains your incoming web hook, e.g.const val hook: String = "your incoming webhook"
.
This project was tested for the use with mattermost.