Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.3 KB

File metadata and controls

37 lines (31 loc) · 1.3 KB

syncano-fuse-example

Simple example of integration Syncano with Fuse

Screenshot

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
  • Edit MainView.js and replace PUT_HERE_YOUR_KEY with your Syncano account key.
  • Start Fuse via fuse preview in root folder