Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkapuscik2/mini-ds
https://github.com/jkapuscik2/mini-ds
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jkapuscik2/mini-ds
- Owner: jkapuscik2
- Created: 2019-05-24T22:29:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T21:36:11.000Z (over 5 years ago)
- Last Synced: 2024-11-07T04:43:57.545Z (about 2 months ago)
- Language: JavaScript
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple React/Redux App to control Digital Signage devices
Features:
- register using Firebase API
- login using Firebase API
- CRUD of owned devices
- CRUD of files
- Assigning files to devices
- API for DS devices (checking for updates and pulling new content)Idea was to learn and use some Redux
Sample app is available at: [URL](https://mini-ds.firebaseapp.com/)
API endpoints:
- [updates pulling](https://us-central1-mini-ds.cloudfunctions.net/isUpdated)
- [file download](https://us-central1-mini-ds.cloudfunctions.net/getFile)