Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zig-community/user-map
A second attempt on documenting where the ziguanas of the world live
https://github.com/zig-community/user-map
Last synced: 3 months ago
JSON representation
A second attempt on documenting where the ziguanas of the world live
- Host: GitHub
- URL: https://github.com/zig-community/user-map
- Owner: zig-community
- License: other
- Created: 2021-03-17T12:37:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T13:37:41.000Z (3 months ago)
- Last Synced: 2024-08-05T15:41:40.154Z (3 months ago)
- Language: HTML
- Homepage: https://usermap.random-projects.net/
- Size: 153 KB
- Stars: 49
- Watchers: 7
- Forks: 199
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - zig-community/user-map - A second attempt on documenting where the ziguanas of the world live (others)
README
# Zig User Map
This is the second attempt on creating a cool map where you can see the (rough) locations of all ziguanas out there!
**[Visit the map!](https://usermap.random-projects.net/)**
## Contribution
If you want to add yourself to the repo, make a PR that adds a file to the folder [`people`](people/). This file has to have the following format and should have `${your-nick}.json` as name:
```json
{
"nick": "xq",
"coordinates": [
48.77844,
9.18014
],
"links": {
"Website": "https://random-projects.net",
"GitHub": "https://github.com/MasterQ32"
}
}
```Some tips:
- You can [create the file online](https://github.com/zig-community/user-map/new/master/people)
- You can find your location with either [OpenStreet Maps](https://www.openstreetmap.org/), [Google Maps](https://www.google.com/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!