Giter Club home page Giter Club logo

usergrid-ember's Introduction

usergrid-emberjs

This is an incomplete Apache Usergrid / Ember.js example. It shows how to login via Usergrid and use Ember-Data to create and retrieve Usergrid Activities. The example application is called "Checkin" and is based on the same Usergrid app used in my Usergrid-Mobile example.

Prerequisites

To build and run Usergrid-Ember you will need NPM, Grunt and Bower installed on your computer.

  • NPM: install from the NPM website.
  • Grunt: install this via the NPM tool, for example npm install -g grunt-cli
  • Bower: install this via the NPM tool, for example npm install -g bower

How to build and run Usergrid-Ember

  1. Run ./build.sh to download dependencies, uglify and concatenate them into build/all-deps.js and build/all-deps.css.
  2. Run grunt web_server to launch in a simple web server, then browse to http://localhost:8080/index.html to see the app in action

Other notes

By default Apigee's API BaaS hosted version of Apache Usergrid and it uses the "checkin1" application of the author's "snoopdave" organization. You can use your own API BaaS application if you wish. Just go to the Apigee.com site and sign up for a free account. Then make sure you change the code in app.js to point to your app like so:

Usergrid = {
    orgName: "YOUR_ORGANIZATION_NAME",
    appName: "YOUR_APPLICATION_NAME",
    uri: "https://api.usergrid.com",
    getAppUrl : function() {
        return this.uri + "/" + this.orgName + "/" + this.appName;
    }
};

usergrid-ember's People

Contributors

snoopdave avatar

Watchers

 avatar  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.