A small script to read geo coordinates from cards on Trello and convert them to GeoJson.
First of all, you must get an API key and token from Trello and use the API to find out the ID of the list that contains the cards with the geo coordinates.
Add geo coordinates to a Trello card description in simple Geo URI format: geo:-39.158611,175.634722
(this references Mount Ngauruhoe in New Zealand).
$ composer install
$ cp env.dist .env && vim .env # Set API key, token, and list Id
$ php src/index.php
- php-trello-api by Christian Daguerre
- jmikola/geojson by Jeremy Mikola