https://github.com/spacebro/awesome-spacebro
A curated list of awesome apps using spacebro
https://github.com/spacebro/awesome-spacebro
List: awesome-spacebro
Last synced: 6 months ago
JSON representation
A curated list of awesome apps using spacebro
- Host: GitHub
- URL: https://github.com/spacebro/awesome-spacebro
- Owner: spacebro
- Created: 2018-04-19T12:59:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T15:55:14.000Z (about 8 years ago)
- Last Synced: 2024-04-13T23:10:35.608Z (about 2 years ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# Awesome Spacebro[](https://awesome.re)
> A curated list of awesome things related to spacebro
- [Resources](#resources)
- [Articles](#articles)
- [Tutorials](#tutorials)
- [Apps](#apps)
- [Tools](#tools)
## Resources
### Articles
- [how and why Spacebro came to be](https://medium.com/@emmanuelgeoffray/why-we-built-spacebro)
### Tutorials
- [Official doc](https://github.com/spacebro/spacebro/tree/master/docs)
## Apps
### [spacebroUI](https://github.com/spacebro/spacebroUI)
A visual editor to connect spacebro apps together, showcased
[here](http://spacebro.estu.la/ui/)
### [chokibro](https://github.com/soixantecircuits/chokibro)
Watch a folder for images, videos or any other files and send them on
spacebro for each new added file.
### [etna](https://github.com/soixantecircuits/etna)
A tool to render videos based on a sent video or image, using ffmpeg and
other video rendering apps.
### [magasin](https://bitbucket.org/soixantecircuits/magasin)
Feathers app to store media sent on spacebro in a database.
### [socialite-app](https://bitbucket.org/soixantecircuits/socialite-app)
Electron app to display media stored in magasin.
### [altruistify](https://bitbucket.org/soixantecircuits/altruistify)
Share spacebro medias on social platforms, email, etc.
### [blurrybro](https://github.com/spacebro/blurrybro)
A demo app to blur images.
### [pyying](https://github.com/soixantecircuits/pyying)
Take control of digital reflex cameras: get settings and shoot pictures
from spacebro and receive them on spacebro.
Written in python, using gphoto2
### [settings-bro](https://github.com/soixantecircuits/settings-bro)
Send settings to settings-bro and it will write them on disk.
Used together with [settings-editor](https://github.com/soixantecircuits/settings-editor), it makes a GUI editor for settings of any app.
### [qr-bro](https://github.com/soixantecircuits/qr-bro)
Generates wicked QR code with a sent url.
Written in python.
### [im-bro](https://github.com/soixantecircuits/im-bro)
A tool to process images received on spacebro.
Right now there is only a watermark receipe, but others receipes can be
easily written.
## Tools
### [vue-spacebro-client](https://github.com/spacebro/vue-spacebro-client)
A vue plugin to integrate spacebro in your vue app.
### [electron-vue](https://github.com/soixantecircuits/electron-vue)
An Electron & Vue.js quick start boilerplate with spacebro included.
### [pySpacebroClient](https://github.com/spacebro/pySpacebroClient)
The python version of spacebroClient to use spacebro in your python
projects.