Skip to content

bolav/fuse-example-using-syncano

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 6 commits ahead, 6 commits behind yupferris:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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

About

Rewrote Parse with Fuse Example to use Syncano instead

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.6%
  • Shell 49.4%