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