https://github.com/trygveaa/mad-meetup-proxy-haskell
https://github.com/trygveaa/mad-meetup-proxy-haskell
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/trygveaa/mad-meetup-proxy-haskell
- Owner: trygveaa
- License: mit
- Created: 2017-11-04T17:13:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T21:16:20.000Z (over 8 years ago)
- Last Synced: 2026-04-01T03:14:07.517Z (2 months ago)
- Language: Haskell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# mad-meetup-proxy-haskell
This is a simple web proxy for events for a specific group on api.meetup.com.
It doesn't accept any options, but it reads the following environment variables:
PORT: Set the port the web server should listen on.
Defaults to 3000.
MEETUP_GROUP: Set the group used in the requests to api.meetup.com.
Defaults to Fagkvelder-Itera.
The following endpoints exists:
/ Currently redirects to /events/.
/events Lists events for the group. Accepts the status query parameter.
/health Reports the status of the service.