Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javierarce/map-with-me
🌍 Create collaborative maps with your friends (and enemies)
https://github.com/javierarce/map-with-me
collaborative collaborative-maps location map mapping twitter
Last synced: 2 months ago
JSON representation
🌍 Create collaborative maps with your friends (and enemies)
- Host: GitHub
- URL: https://github.com/javierarce/map-with-me
- Owner: javierarce
- License: mit
- Created: 2019-06-26T10:43:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T20:05:10.000Z (over 1 year ago)
- Last Synced: 2024-10-03T12:25:14.882Z (3 months ago)
- Topics: collaborative, collaborative-maps, location, map, mapping, twitter
- Language: JavaScript
- Homepage: https://map.javierarce.com
- Size: 8.34 MB
- Stars: 42
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Map with Me
🌍 Create collaborative maps with your friends (and enemies).
![alt text](https://javier.work/images/mapwithme/home.jpg)
### Here's how to create a collaborative map of your own
1. Open the `.env` file out the variables:
```js
DB_USER= // Username for your database
DB_PASS= // Password for your databaseSECRET= // You'll need this to access the map settings
```2. Install the dependencies with `yarn install`
3. Run the project with `yarn start`Your map will be visible at `http://localhost:3000`
### How to update the map settings
There are two ways:
1. Editing the file `map.yaml`
2. Visiting `http://localhost:3000/admin/SECRET` (where `SECRET` is the password you defined in the first step of the installation)### Using Twitter
If you want to use Twitter as an authentication mechanism you'll need to create an app and add the credentials:
```js
CONSUMER_KEY=
CONSUMER_SECRET=
CALLBACK_URL=https://APP_NAME.glitch.me/auth/twitter/callback
```### Everyone has issues
Yeah, so please open an issue [in this repo](https://github.com/javierarce/map-with-me/issues) if you:
1) Found a horrible bug :(
2) Made a cool map you want to share with me :)### TODO
[Check out the development of this project](https://github.com/javierarce/map-with-me/projects/1)