EUS/README.md

10 lines
1.0 KiB
Markdown

<h1 align="center">
<img width="150" height="150" src="http://ethanus.ml/images/logo.png">
</h1>
<p align="center">readme soon™</p>
<h1 align="center">
Setup
</h1>
<p>EUS has extra dependancies other than <a href="https://github.com/tgpethan/Revolution">Revolution</a>'s base, of which include:<br><a href="https://www.npmjs.com/package/connect-busboy">connect-busboy</a><br><a href="https://www.npmjs.com/package/randomstring">randomstring</a><br>Install the dependancies and then simply drop the EUS.js into a Revolution instance's modules folder<br><b>(If you still have "example_request_handler.js" be sure to delete it!)</b><br>If this is running at a URL then you can define the exported URL at <b>Line 14</b> (exportURI)<br>If you want to expand the files that the server allows to be saved to it you can do that at <b>Line 15</b> (acceptedTypes)<br><b>Note:</b> This is soon to be included in a config json so code editing will no longer be needed<br>If you just want a quick setup use the "quick-setup.sh" file in this repo</p>