close
The Wayback Machine - https://web.archive.org/web/20221115145128/https://github.com/SerenityOS/user-map
Skip to content

SerenityOS/user-map

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 239 commits ahead, 171 commits behind zig-community:master.
Contribute

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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"
  }
}

If you're a contributor, add "contributor": true at the end of the entry as well to get highlighted on the map.

Some tips:

  • You can find your location with either OpenStreetMap, 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!

About

Map of SerenityOS developers and users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%