mcap-file-upload
v0.4.1
Published
Upload or download a zip file to the mcap assets system.
Downloads
4
Readme
mcap-file-upload
Upload a zip file to the mcap assets system.
Getting Started
Install the module with: npm install mcap-file-upload
var mcap-file-upload = require('mcap-file-upload');
mcap-file-upload.awesome(); // "awesome"
Documentation
(Coming soon)
Examples
(Coming soon)
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using gulp.
Release History
(Nothing yet)
License
Copyright (c) 2014 . Licensed under the Private license.
Changelog
0.4.0 - 2014-07-07
- use node-formdata to upload a file