Awesome
syncano-fuse-example
Simple example of integration Syncano with Fuse
<a href="https://raw.githubusercontent.com/Syncano/syncano-fuse-example/master/example.png" target="_blank"><img src="https://raw.githubusercontent.com/Syncano/syncano-fuse-example/master/example.png" alt="Screenshot" width="250px"></a>
Setup
- 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