Sleavely / fev-sophamtning-pushover

Reminders to put out the garbage cans for customers of Falu Energi & Vatten

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEV Sophämtning pushnotification

A service for automatically checking when the next FEV garbage pickup is due and sending a notification through Pushover the day before.

Installation & Deployment

Copy .example.env to .env. Modify as you see fit.

Search-replace irish-luck in MakeFile with the name of your S3 bucket.

make deploy

Add a record into the new ${PROJECT}-pickups-${ENVIRONMENT} table:

{
  addressQuery: "lumsheden 75", // A query that will only return a single result
  pushoverUser: "my user token"
}

You should receive a confirmation notification shortly:

Screenshot of confirmation from Pushover

Architecture

About

Reminders to put out the garbage cans for customers of Falu Energi & Vatten


Languages

Language:JavaScript 85.6%Language:Makefile 12.4%Language:Shell 2.0%