An anonymous, minimalist, location based social media app.
Explore the docs »
Report Bug
·
Request Feature
SpamGram takes inspiration from YikYak, but expands on the idea by providing more methods of communication between local users. The primary feature is the local post system which allows users to post status updates or short messages. Users can only see posts from other users within 5 miles. The other main feature is the chat room/group chat that allows users within the area to communicate freely within a group chat.
SpamGram is written with JavaScript and built with React Native and Expo. The backend/API is an Express server connected to a MongoDB database.
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/thopay/SpamGram.git
- CD into
app
- Run
npm i
thenexpo start
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Thomas - @th___mas - contact@th-mas.dev
Project Link: https://github.com/thopay/SpamGram