/user-map

Map of SerenityOS developers and users

Primary LanguageHTMLOtherNOASSERTION

SerenityOS User Map

A map showing where in the world the SerenityOS developers and users are :^)

Visit the map!

Contribution

If you want to add yourself to the map, make a PR that adds an entry to the file people.json. It has to have the following format:

{
  "nick": "denvercoder9",
  "coordinates": [
    48.77844,
    9.18014
  ],
  "links": {
    "Website": "https://example.com",
    "GitHub": "https://github.com/denvercoder9"
  }
}

Some tips:

  • You can find your location with either OpenStreet Maps, Google Maps or your mobile phone if GPS is enabled
  • links is an object where each key will be displayed as a link with the string content as href.
  • You decide how precise you want it to be. On your room, just the right street, the center of the city, center of the country. You decide!