meep-powerline
v1.0.0
Published
Meep API
Downloads
7
Readme
Powerline is the powerhouse API that runs Meep. It's build on NodeJS and supports any frontend that can make Get, Post and Put requests.
Getting Started
To start, please make sure you have NodeJS v5.2.0
or greater installed. You
will also need to install MongoDB and have it running before beginning.
Powerline expects meep-rooster
and meep-hawk
to be running on the master Nest.
Additionally Powerline should only be run on the Master server for your Meep setup.
Running Powerline
To build first npm i
, then simply run npm start
. You may then visit
http://localhost:3002
in your browser, or start making requests.
npm install
npm start
Developer Documentation
Developer documentation can be found on apiary.io via the link below.
http://docs.powerline.apiary.io/#
Notice: Due to limitations with browser sessions you will not be able to test methods that require authentication right now.