https://github.com/acm-uiuc/groot-groups-service
https://github.com/acm-uiuc/groot-groups-service
groot
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/acm-uiuc/groot-groups-service
- Owner: acm-uiuc
- License: other
- Created: 2016-10-28T06:29:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T16:03:50.000Z (over 8 years ago)
- Last Synced: 2025-03-15T23:53:59.067Z (over 1 year ago)
- Topics: groot
- Language: JavaScript
- Size: 51.8 KB
- Stars: 2
- Watchers: 35
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# groot-groups-service
[](https://travis-ci.org/acm-uiuc/groot-groups-service)
A service for ACM groups (sig + committee)
[](https://acm-uiuc.slack.com/messages/C6XGZD212/)
## Getting Started
To use,``` npm install ``` and ```node server.js```
### Endpoints
GET `groups`
Returns the two group types: `{["sigs","committees"]}`
GET `groups/:groupType`
Returns the data of all sigs or all committees
GET `groups/:groupType/:groupName`
Returns all data about particular group or committee
GET `groups/:groupType/:groupName?isMember=`
Returns True or False depending on if a person is part of a specific group
## License
This project is licensed under the University of Illinois/NCSA Open Source License. For a full copy of this license take a look at the LICENSE file.
When contributing new files to this project, preappend the following header to the file as a comment:
```
Copyright © 2017, ACM@UIUC
This file is part of the Groot Project.
The Groot Project is open source software, released under the University of Illinois/NCSA Open Source License.
You should have received a copy of this license in a file with the distribution.
```