piecemaker-api-client
v0.2.2
Published
A JavaScript client to access the Piecemaker-2 API developed for Motion Bank
Downloads
10
Readme
Piecemaker API client
Piecemaker is a software originally started by David Kern and further developed as part of the Motion Bank project. It is a simple system to annotate time based (mostly video) material. It is heavily being used by The Forsythe Company and behind the online scores of the Motion Bank project.
There are multiple versions of Piecemaker out in the wild at the moment:
- original Piecemaker and Piecemaker Lite by David Kern
- PM2GO (Piecemaker to go) by H_Da for Motion Bank
- Piecemaker 2 which includes the API by H_Da for Motion Bank
This client's API implementation is based upon the deprecated Piecemaker 2.0 API which is part of Piecemaker 2.
Install for Node.js, use npm:
$ npm i piecemaker-api-client
Resources:
Processing version
You can find the old Java / Processing version as well as the callback-based JavaScript version in the legacy-java-client
branch.