Skip to content

CodingGarden/snap-garden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnapGarden

Realtime ephemeral image sharing + maps.

Features

  • Login with Google
  • View Map with your current location
  • Upload an image from your current location.
    • Set the radius at which the image can be viewed
    • Set when the image will expire / disappear:
      • After X amount of views
      • After X amount of time
  • Users can see image markers on the map
    • Can choose to view images IF within the specified image radius

Config

Client

  • Create a mapbox token here
  • Update client/.env with your mapbox token

Server

  • Create a google client id and secret here
  • Update server/.env with your google client id and secret

Setup / Run

Client

cd client
npm install
npm start

Server

cd server
npm install
npm run dev

Stack

Front-end

Back-end

  • Node.js
  • FeathersJS
    • A framework for real-time applications and REST APIs
  • Express
  • Mongoose
    • elegant mongodb object modeling for node.js
  • socket.io
    • Realtime server events
  • grant with google oauth
    • OAuth Middleware for Express, Koa and Hapi

Ideas

  • Joshua Ferris
    • You could also add the option to "randomize their location" it slightly skews it - enough to be non specific

  • Jesus Bibieca
    • allow the user to select how much you should randomize the location

  • Joshua Ferris
    • Within x distance to view the image

  • John Smith
    • Remove exif data for privacy reasons

  • Omar ElKhatib
    • use an ready AI to detect if the photo posted it does not contain any nudes or violence

  • "Trusted Users"
  • Joshua Ferris
    • I mean when they login and you get their profile data - only accept users that have filled fields on their account provider

  • Infi
    • Image shall be able to be captioned with markdown, with a high character limit (1024)

  • Bojan Dedić
    • Adding a karma to pics, so the image stays longer on the map if the karma is high, like on reddit.

  • Aman Singh
    • lets just write a decay rate algorithm per post based on views, likes and comments

Image Filter APIs

About

Realtime ephemeral image sharing + maps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published