aaronpk / XRay

X-Ray returns structured data from any URL
https://xray.p3k.app
MIT License
90 stars 15 forks source link

Hack in h-geo support #93

Open vikanezrimaya opened 5 years ago

vikanezrimaya commented 5 years ago

This adds h-geo microformat support. It's clunky but it should work. I'm no PHP gal so I hope you have CI or something that would test it.

Test case: this post by me that should contain a checkin with h-geo embedded. Should be parsed with latitude and longitude, showing a map in applications like Monocle.

sknebel commented 5 years ago

I think this needs extra checks for the cases where there is not a nested object in the geo property, or if that object is malformed?

vikanezrimaya commented 5 years ago

@aaronpk @sknebel I added some more checks. Not sure if I'm using XRay functions correctly tho