Simple example of integration Syncano with Fuse
- Create account at Syncano
- Install Fuse
- Download the latest release of syncano-js and unpack it into the project:
├── MainView.js
├── MainView.ux
├── README.md
├── example.png
├── syncano-fuse.unoproj
└── syncano-js
├── CHANGELOG.md
├── README.md
├── bower.json
├── circle.yml
├── conf.json
├── karma.config.js
├── package.json
├── webpack.config.js
├── manual
├── src
├── dist
├── lib
├── test
└── tutorials