EUS/README.md

19 lines
1.0 KiB
Markdown
Raw Normal View History

2019-11-20 17:33:28 +00:00
<h1 align="center">
2019-11-23 19:09:01 +00:00
<img width="150" height="150" src="http://ethanus.ml/images/logo.png">
2019-11-20 17:33:28 +00:00
</h1>
2019-11-24 15:36:53 +00:00
<p align="center">readme soon™</p>
2019-11-23 20:03:16 +00:00
<h1 align="center">
Setup
</h1>
2020-03-27 03:21:47 +00:00
EUS has extra dependencies other than those of [Revolution](https://github.com/tgpethan/Revolution)'s base, of which include:
- [connect-busboy](https://www.npmjs.com/package/connect-busboy)
- [randomstring](https://www.npmjs.com/package/randomstring)
- [get-folder-size](https://www.npmjs.com/package/get-folder-size)
Install the dependencies and then simply drop the EUS.js into a Revolution instance's modules folder **(If you still have [example_request_handler.js](https://github.com/tgpethan/Revolution/blob/master/modules/example_request_handler.js) be sure to delete it!)**
2020-06-15 07:30:43 +01:00
If this is running at a URL then you can define the url to build from in the config with the **baseURL** property. Remember to put a / at the end or the url will be malformed!
2020-03-27 03:21:47 +00:00
If you want to expand the files that the server allows to be sent to it this can be done in the **allowedTypes** array