mirror of
https://github.com/idanoo/go-flat-finder
synced 2025-07-01 21:52:18 +00:00
Initial Commit
This commit is contained in:
commit
ee32ba1537
13 changed files with 583 additions and 0 deletions
12
.env.example
Normal file
12
.env.example
Normal file
|
@ -0,0 +1,12 @@
|
|||
DISCORD_WEBHOOK=""
|
||||
GOOGLE_API_KEY=""
|
||||
GOOGLE_LOCATION_1="42 Wallaby Way, Sydney"
|
||||
GOOGLE_LOCATION_2="43 Wallaby Way, Sydney"
|
||||
TRADEME_API_KEY=""
|
||||
TRADEME_API_SECRET=""
|
||||
SUBURBS="47,52"
|
||||
BEDROOMS_MIN="2"
|
||||
BEDROOMS_MAX="4"
|
||||
PRICE_MAX="700"
|
||||
PROPERTY_TYPE="House,Townhouse,Apartment"
|
||||
# https://developer.trademe.co.nz/api-reference/search-methods/rental-search
|
Loading…
Add table
Add a link
Reference in a new issue