##Getting Started
###What is Free and Open Source Software?
###Application Architecture
###Understanding JSON
###Exploring GeoJSON
{
"type": "Feature",
"properties": {
"title": "Friedrichstraße",
"series": "Spring 2015",
"tour": "1970",
"marker-size": "medium",
"marker-color": "#FFFF00",
"marker-symbol": "rail-metro"
},
"geometry": {
"type": "Point",
"coordinates": [
13.386978,
52.520289
]
}
}###Installing Atom
- Installing linter-jsonlinter
- Installing atom-jsonpp
###Using a GeoJSON linter
###Setting up a Github Account
###Forking a Gist