Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 709 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 709 Bytes

foodtruckz

Posts nearby foodtrucks to a specified web hook

how to customize

If you want to use this jar for your own purpose you have to

  • change longitude and latitude and
  • get yourself an Api key from craftplaces and create a Kotlin object called Keys which contains const 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.