Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Syncano/syncano-fuse-example
Simple example of integration with fuse tools
https://github.com/Syncano/syncano-fuse-example
Last synced: about 1 month ago
JSON representation
Simple example of integration with fuse tools
- Host: GitHub
- URL: https://github.com/Syncano/syncano-fuse-example
- Owner: Syncano
- Created: 2015-12-16T11:10:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T21:34:51.000Z (over 8 years ago)
- Last Synced: 2024-08-03T04:09:23.272Z (5 months ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 5
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fuse - Syncano - Simple example of integration Syncano with Fuse. (Open Source)
README
# syncano-fuse-example
Simple example of integration [Syncano](https://syncano.io/) with [Fuse](https://www.fusetools.com/)
# Setup
* Create account at [Syncano](https://syncano.io/)
* Install [Fuse](https://www.fusetools.com/)
* Download the latest release of [syncano-js](https://github.com/Syncano/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](https://syncano.io/) account key.
* Start [Fuse](https://www.fusetools.com/) via `fuse preview` in root folder