Skip to content

A small script to read geo coordinates from cards on Trello and convert them to GeoJson.

License

Notifications You must be signed in to change notification settings

mattsches/trello2geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trello2geojson

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).

Installation & Running the Script

$ composer install
$ cp env.dist .env && vim .env # Set API key, token, and list Id
$ php src/index.php

Main used libraries

About

A small script to read geo coordinates from cards on Trello and convert them to GeoJson.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages