You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
6 years ago | |
---|---|---|
public | 6 years ago | |
views | 6 years ago | |
.gitignore | 6 years ago | |
.npmrc | 6 years ago | |
config.js | 6 years ago | |
index.js | 6 years ago | |
package-lock.json | 6 years ago | |
package.json | 6 years ago | |
private.key | 6 years ago | |
readme.md | 6 years ago |
readme.md
Tiny Drive NodeJS Starter Project
This project will help you get started with Tiny Drive and allow you to play around with it's features.
Pre requirements
NodeJS 11 on any supported platform.
These are the steps needed to get this project running on your machine:
Getting started steps
1. Clone this repo to your local machine using
$ git clone git@github.com:tinymce/tinydrive-nodejs-starter.git
2. Change the apiKey
in config.js
You get the api key from the API Key Manager
account manager at http://tiny.cloud.
3. Replace the private.key
file with your generated private RSA key
You get the private RSA key from the JWT Key Manager
account manager at http://tiny.cloud.
4. Go to the directory and start the dev server
$ cd tinydrive-nodejs-starter
$ node index.js