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.
 
 
Spocke 59e84aef8b TD-198: created initial starter project 6 years ago
public TD-198: created initial starter project 6 years ago
views TD-198: created initial starter project 6 years ago
.gitignore TD-198: created initial starter project 6 years ago
.npmrc TD-198: created initial starter project 6 years ago
config.js TD-198: created initial starter project 6 years ago
index.js TD-198: created initial starter project 6 years ago
package-lock.json TD-198: created initial starter project 6 years ago
package.json TD-198: created initial starter project 6 years ago
private.key TD-198: created initial starter project 6 years ago
readme.md TD-198: created initial starter project 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

5. Open the example project at http://localhost:3000