Skip to content

codeforberlin/CodeForFreedom2014

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for Freedom

Code for Freedom Logo

This map shows where all the smart people come from who attended the Code for Freedom event.

How to get on the map?

To get onto the map you need to fill out a block of information. Please feel free to choose the information which you want to share publically.

Please find coordinates of your town and district to avoid overlapping markers on the map.

{
    "geometry": {
        "coordinates": [
            0,
            0
        ],
        "type": "Point"
    },
    "properties": {
        "data": {
            "name": "YOUR NAME HERE",
            "location": "YOUR CITY HERE",
            "twitter" : "YOUR TWITTER HANDLE HERE (optional)",
            "github" : "YOUR GITHUB HANDLE HERE (optional)",
            "facebook" : "YOUR FACEBOOK HANDLE HERE (optional)",
            "email" : "YOUR EMAIL ADDRESS HERE (optional)",
            "urls": [
                {
                    "name" : "TITLE HERE",
                    "url" : "http://"
                }
            ]
        },
        "description": "",
        "href": "",
        "id": "",
        "title": ""
    },
    "type": "Feature"
},

Build

In order to create your working copy clone the repository, cd into it and run bower install. If this does not work for you follow the bower install instructions

Authors

  • Tobias Preuss
  • Knut Hühne