Skip to content

bolav/fuse-example-using-syncano

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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%