Code Monkey home page Code Monkey logo

geovoice's Introduction

GeoVoice a place to publically share audio recordings.

dependency status

  • You can add media and mark it on the map

Roadmap

  • # Cross device compatibility
  • # CSS animations to give sublte hints on how to use siteData
    • Classic region creation
  • Rework RegionPanel animations
  • # find out why some videos are choppy on playback
  • start working on api
    • getuser
    • getself
    • banner-ad that expands
  • # expand About page
    • # create FAQ
    • # introduction page / video overview of features
  • # User page
    • allow deletion of markers
    • # reset password
    • # email validation on register
    • public user page
    • use username instead of email on markers
    • private sharing of markers
    • treeview of markers based on region
    • ability to view other users' profile
  • implement admin features
    • admin page
    • destroy db
    • pick other users to elevate
    • tree view of all markers with delete option
  • Only send Marker information needed
  • add stylized login error page
  • add stylized 404 page
  • Groups
  person {
     groups: [
       {
         name: <group name>
         access: owner or can edit or can view
       }
     ]
   }

   region {
     ingroup: <group name>
     description: asfas fads fasdf
     access: public or private

   }

   group url: /?g=groupname

Known Working

  • Linux
  • Chrome
  • Firefox
  • Android
  • Chrome
  • Firefox (laggy after sound upload)
  • Windows
  • Chrome
  • Safari (too old of a version)
  • Firefox

Interesting use cases

  • Farmer's marker
  • open house
  • university
  • group meetups
  • landmarks

How to get started:

  1. Fork or download repo
  2. To install dependencies
  • if you don't have npm, or Node.js, you can get it from here
npm install
  1. Generate an SSH certificate
  • There is a pretty good tutorial here
  1. set file locations for key and cert in app.js
  • Line 16
  1. Start server.
  • If installed from website
node app.js
  • if installed with apt-get
nodejs app.js
  1. browse to https://{server_ip}:5000
  • Replace {server_ip} with the ip address of your server
  • If running locally, use 127.0.0.1
  1. Profit.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.