This repo is used to register a meetup from meetup.com and have it converted into a data format that is pushed into the baltimore tech portal
Setup
npm install- Insert your github token in index.js
const GITHUB_TOKEN = "{insert your token here}"; - Change target repository in index.js
const GITHUB_REPO = "{:owner/:repo}";
Execute
npm run exec