Node.js server serving as proxy to Mobilize API using es6 features.
- Make sure you have Node.js installed
- Clone the repo
- run
npm install
- run
npm run build:devfor webpack compilation with watch option. - run
npm buildfor production optimized build.
- run
npm start(nodemon keeps the process alive).
- Replace env vars
MOBILIZE_KEYandMOBILIZE_SECRET
Currently only groups + group members fetching implemented.