foreza / location-logga

Small project for me to capture the amount of time it takes me to get home.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

location-logga

Planned v1 architecture:

  • Cloud function 1 - fetch map data A) fetch API key from env B) calls the (google maps) API for a given location segment C) makes a connect to DB to INSERT the segment

  • Cloud scheduler to call cloud function 1 on an interval

  • PostGres DB to store data from cloud function

  • Cloud function 2 - fetch reporting data through /GET for various segments A) connect to DB to fetch data B) return all segments

About

Small project for me to capture the amount of time it takes me to get home.


Languages

Language:JavaScript 81.8%Language:HTML 18.2%