Use my DigitalOcean Referral Link and get $100 in credits that you can use to host this uploader
- Install dependencies
yarn
ornpm install
- Create a
.env
file containing these keys:
KEY=PRIVATE_KEY // This is used for authorizing your upload requests.
URL=YOUR_DOMAIN
PORT=1234 // Optional port for where to start the server. Default is 9005
- Start the server.
node index.js