- npm install
- cp example.env .env
- Read this link to learn how to get a permanent facebook page access token.
- Fill in .env.
- npm start.
GET /events
- Returns all events in chronological order, with formatted start and end dates.
GET /events/upcoming
- Returns all upcoming events in chronological order, with formatted start and end dates.