Skip to content

NitayRabi/mobilize-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobilize Gateway

General description

Node.js server serving as proxy to Mobilize API using es6 features.

Installation

  • Make sure you have Node.js installed
  • Clone the repo
  • run npm install

Build

  • run npm run build:dev for webpack compilation with watch option.
  • run npm build for production optimized build.

Starting the server

  • run npm start (nodemon keeps the process alive).

Mobilize authentication

  • Replace env vars MOBILIZE_KEY and MOBILIZE_SECRET

Roadmap

Currently only groups + group members fetching implemented.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published