Giter Site home page Giter Site logo

messagee's Introduction

#Messagee

#Overview Messagee is a Twitter clone built on Usergrid, the open source solution that powers Apigee's App Services. In this simplistic example, we show how you can easily implement many of the features of Twitter by leveraging the Usergrid API.

For an in-depth look at how this app was built check out this article:

http://apigee.com/about/api-best-practices/building-twitter-apigee-app-services

#Demo A working example of this app can be found on our gh-pages branch:

https://rodsimpson.github.io/messagee/index.html

#Running the app To get started, download the code to your machine, unzip the file, and extract the files inside. Then, open this file in a text editor:

js/app.js

And locate this code that starts on line 34:

var client = new Usergrid.Client({
	orgName:'ApigeeOrg', //your orgname goes here (not case sensitive)
	appName:'MessageeApp', //your appname goes here (not case sensitive)
	logging: true, //optional - turn on logging, off by default
	buildCurl: true //optional - turn on curl commands, off by default
});

Change the orgName property to match the organization you created when you signed up for App services (usually your username), and then change the appName to match the name of the Application namespace you created in the Admin portal. By default, all new accounts come with a application namespace called "sandbox", and you can use this too.

Once you have done this, simply open the index.html file in a browser window (avoid Internet Explorer as it has known issues) and you should be ready to go. Try creating an account and logging in.

#Open Source This project is open source. Please feel free to use and modify as permitted by the license. Want to add something? Find a bug? We welcome pull requests.

#Get Support If you have questions or comments, please post them to our google group:

https://groups.google.com/forum/?hl=en#!forum/usergrid

#Apigee App Services To find out more about Apigee App Services, please go here:

http://apigee.com/about/developers

Our docs site is located here:

http://apigee.com/docs/usergrid

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.