The current stable version is [0.2.1].
Table of Contents
- Installation Instruction for node.js and browser are below.
- API Documentation outlines the publicly accessible functions with annotated source code.
- Usage Scenarios walks through several examples of using
drip
. - For Contributors informs those interested in contributing on how to test and other best practices.
Installation
Drip is available for both server-side and the browser.
Node.js
Package is available through npm:
npm install drip
Browser
Download your desired build:
- Uncompressed: drip.js
- Minified: drip.min.js
Then include on your site:
<script src="/public/js/drip.js" type="text/javascript"></script>
Where to Get Help
Please post your issues, questions, or comments to GitHub Issues.