.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
FIRECRAWL_API_KEY
secret
Fire Crawl API (for web scraping)
TRAVELTIME_APP_ID
TravelTime API (free tier: 10k requests/day)
TRAVELTIME_API_KEY
secret
TELEGRAM_TOKEN
secret
Telegram Bot (optional, for alerts)
TELEGRAM_CHAT_ID
GOOGLE_SHEETS_CREDS_PATH
Google Sheets (optional, for export)
GOOGLE_SHEETS_SPREADSHEET_ID
brew install flyctl && fly launch --from https://github.com/afspies/homehunt
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/afspies/homehunt
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/afspies/homehunt