mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-19 16:11:01 +00:00
50 lines
878 B
Markdown
50 lines
878 B
Markdown
# SWS Gather App
|
|
|
|
## Status
|
|
|
|
A realtime micro web service to organise gathers for ENSL.org
|
|
|
|
## Design Goals
|
|
|
|
1) Create a nice place where the NS2 community can assemble and have fun
|
|
|
|
2) Create an efficient, easy-to-use and flexible system to create NS2 gathers
|
|
|
|
3) Support the modern web and basic usability expectactions (e.g. realtime, phone and tablet friendly)
|
|
|
|
That's it
|
|
|
|
## Run
|
|
|
|
```bash
|
|
npm install
|
|
|
|
npm start
|
|
```
|
|
|
|
## Todo
|
|
|
|
Required for Production:
|
|
|
|
- ENSL.org: Authentication
|
|
- Admin tools: Modify Messages
|
|
- Admin tools: Remove gatherer
|
|
- ENSL.org: Pull bans
|
|
- ENSL.org: Archive gather on ensl.org
|
|
|
|
Nice to have:
|
|
|
|
- Hive.naturalselection2.com: Pull stats
|
|
- Steam: Outbound steam messaging
|
|
- Add sounds and configuration
|
|
- Add user profile + backend store
|
|
- Show online/away/offline status
|
|
- Picking order
|
|
|
|
## Node Version
|
|
|
|
node 0.12 or greater
|
|
|
|
## License
|
|
|
|
MIT Licensed
|