/fuse-example-using-syncano

Rewrote Parse with Fuse Example to use Syncano instead

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Using Syncano with Fuse Example

Example project which is a rewrite of "Using Parse with Fuse Example". This is a super simple app using Syncano as a backend service, where anyone can simply post text, and anyone else can see that text. All relevant code is in the MainView.ux file.

Setup

You'll need to use your own Syncano app backend with this example. Insert your app's Application ID and instance name into the api-keys.js file:

module.exports = {
	accountKey: "APIKEY/ACCOUNTKEY",
	instanceName: "YOUR INSTANCE NAME HERE"
};

Once that's done, you're ready to roll!

Fuse version

This example was produced with Fuse (beta) v0.22.0.

License

This code is licensed under the BSD2 license (see LICENSE).