As of last night, newer posts on my website now feature an interactive map showing my location, speed, altitude, iPhone charge level, and more at the date and time of publish. Whee! Here is a good example post – https:// cleverdevil.io/ 2019/ part-mermaid
Comments (8)
Weather at time/location of posting — Clear with a temperature of 54.05°F and 41% humidity.
But why?
It is because I am enormous nerd, Ben. Did you not already know this?
Ahh! I forgot. Thought you only did PowerPoint engineering nowadays.
Sadly I do a fair amount of that these days, too 😂
@cleverdevil how are you pulling in and displaying all of the information? It looks really good!
@aclaman thanks! I use an app called Overland by @aaronpk to track metadata and publish it to a custom API I built on AWS Lambda. Data points are stored in S3 and can be queries using SQL with Amazon Athena. Lots of custom work 😀
@cleverdevil cool!