Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindrones/svelte-sapper-community
Svelte/Sapper community map
https://github.com/mindrones/svelte-sapper-community
Last synced: 3 months ago
JSON representation
Svelte/Sapper community map
- Host: GitHub
- URL: https://github.com/mindrones/svelte-sapper-community
- Owner: mindrones
- Archived: true
- Created: 2018-11-18T15:27:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T20:24:00.000Z (over 4 years ago)
- Last Synced: 2024-08-04T01:22:23.780Z (6 months ago)
- Homepage: https://mindrones.github.io/svelte-sapper-community/
- Size: 19.5 KB
- Stars: 9
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Svelte/Sapper community map](https://mindrones.github.io/svelte-sapper-community/)
Map of the [Svelte](https://svelte.technology)/[Sapper](https://sapper.svelte.technology) community.
## How to add/remove yourself to the map
If you want to add/remove yourself please edit [this csv](https://github.com/mindrones/svelte-sapper-community/blob/gh-pages/community.csv) and send a PR.
Fields:
- `name`: your real name (optional)
- `nickname`: kinda mandatory as it appears as a label when hovering on markers
- `lat`: mandatory
- `lon`: mandatory
- `url1`: url (example: https://twitter.com/mindrones)
- `urltext1`: text for url1 (example: twitter)
- `url2`: url
- `urltext2`: text for url2For optional fields just use an empty string: for example if you don't want to use your real name, use:
`,myNickname,0,0,http://twitter.com/myNickname,twitter,,`
## How to find your location
You can use https://www.openstreetmap.org.
Search for a location and/or navigate the map: you'll see that the URL contains a string like `#map=19/51.50464/-0.10426`: its format is `#map={zoom}/{lat}/{lon}`, so you can just copy the last two numbers.