Giter Club home page Giter Club logo

waldo's Introduction

Waldo is a cross device checkin system that allows you to build location centric communities. Waldo is built on Meteor.

What it looks like

Waldo mobile list interface

list of checkins on mobile

Waldo mobile list interface

checkin interface on mobile

Waldo mobile list interface

desktop dashboard tracking checkins in real time

How to configure

You will need two configuration files to configure Waldo - settings.json for development settings and production.settings.json for production. Both files have the same format

{
    "cordova":{ 
    },
    
    "public" : {
        "foursquare" : {
            "clientId" : "<FOURSQUARE_APPLICATION_KEY>",
            "clientSecret" : "<FOURSQUARE_APPLICATION_SECRET>"
        },
        
        "facebook": {
            "permissions": [
                "public_profile"
            ],
            "profileFields": [
                "name"
            ]
        },

        "checkins": {
            "limit": <NUMBER_OF_LATEST_CHECKINS_TO_DISPLAY>
        } 
    },
    
    "private" : {
        "facebook" : {
            "applicationId" : "<FACEBOOK_APPLICATION_ID>",
            "applicationSecret" : "<FACEBOOK_APPLICATION_SECRET>"
        },

        "imugr" : {
            "apiKey" : "<IMUGR_API_KEY>"
        }
    }
}

Running Waldo

To run a local version of the dashboard on your browser

meteor --settings settings.json

To run an iOS mobile version of the app on your device/emulator

meteor run ios-device -p <local IP>:<local port>

Building and deploying Waldo

Push Waldo to Meteor

meteor deploy <name-of-your-fork>.meteor.com --settings production.settings.json

Build Waldo for iOS

meteor build <output-path> --server <name-of-your-fork>.meteor.com  

Get involved

Waldo is work in progress. We currently have an iOS version of Waldo on our TestFlight. You can jump in and help us test it.

waldo's People

Contributors

callmephilip avatar markdowney avatar

Watchers

Eelco Wiersma avatar James Cloos avatar

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.