Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/te6-in/mastoplace
Your Passport to Local Connections πΊοΈ
https://github.com/te6-in/mastoplace
geolocation geotagging location map mastodon social-media social-network
Last synced: 19 days ago
JSON representation
Your Passport to Local Connections πΊοΈ
- Host: GitHub
- URL: https://github.com/te6-in/mastoplace
- Owner: te6-in
- Created: 2023-07-19T12:17:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T09:15:23.000Z (2 months ago)
- Last Synced: 2024-10-23T11:54:12.765Z (23 days ago)
- Topics: geolocation, geotagging, location, map, mastodon, social-media, social-network
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mastoplace
![Four screenshots of Mastoplace. The first is a new post form, the second is a post detail screen with nearby posts, the third is a profile screen with a list of posts by the user, and the fourth is the delete account form.](https://github.com/te6-in/mastoplace/assets/56245920/cf7dc31c-0c1d-43e4-870e-98df608cffa5)
- **Your Passport to Local Connections πΊοΈ**
- See what people on Mastodon are saying about your city, town, or neighborhood.## Getting Started
```shell
git clone https://github.com/te6-in/mastoplace.git
cd mastoplace
cp .env.example .env.local
```Then open `.env.local` and set your environment variables.
```shell
npm i && npm run dev
```## Contributing
Contributions are welcome! Please open an issue or pull request.