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:dev
for webpack compilation with watch option. - run
npm build
for production optimized build.
- run
npm start
(nodemon keeps the process alive).
- Replace env vars
MOBILIZE_KEY
andMOBILIZE_SECRET
Currently only groups + group members fetching implemented.