Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hackclub/channel-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dispherical committed Oct 19, 2024
2 parents ff360ba + 48b0431 commit 163fd64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions SLS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Sussy Location Services

SLS is a location service which helps Hack Clubbers find each other. It is only used by a few approved applications.

## Data Sources
- When you sign up for the Hack Club Slack, your IP address is stored. We can geocode your IP address into rough GPS coordinates, then we send those rough coordinates to [Nominatim](https://nominatim.org/), an open source geocoding service which uses OpenStreetMaps.
- You can give us a more accurate location by running the `/setuserlocation [location]` command, where we take that location and store it as GPS coordinates.
- Note: You can be as specific (`15 Falls Rd, Shelburne, VT 05482, USA`) or as broad (`Chittenden County, VT`, `Vermont, USA`) as you want.

0 comments on commit 163fd64

Please sign in to comment.