Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdebaun/sparks-backend
https://github.com/sdebaun/sparks-backend
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdebaun/sparks-backend
- Owner: sdebaun
- Created: 2016-02-28T04:13:18.000Z (over 8 years ago)
- Default Branch: release
- Last Pushed: 2016-08-07T22:59:28.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:34:30.021Z (3 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - sdebaun/sparks-backend - (others)
README
# sparks-backend
contains the node server that runs workers against the firebase queue
## Configuration
relies on env vars for specifying:
* `PORT` - what port to listen on for admin view
* `FIREBASE_HOST` - what fb host to connect to
* `FIREBASE_TOKEN` - the token to use to auth### Ignored Local Files
Any *.local.* files will be ignored, use that to safely name developer shortcuts for local servers and auth.
### Development Instances
Just set up a new firebase instance, and get the FIREBASE_HOST and FIREBASE_TOKEN that you need to connect to it.