Skip to content

Simple node app to pull all the images from a picshareparty link and upload to dropbox

Notifications You must be signed in to change notification settings

mbukosky/picshareparty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sync Pic Share Party to Dropbox

Prerequisites

Make sure you have installed all these prerequisites on your development machine.

Quick Install

To install Node.js dependencies you're going to use npm again, in the application folder run this in the command-line:

$ npm install or $ yarn

Running

$ npm start http://bit.ly/2hRhWtC

Configuration

Create a config.js file in the root and add your dropbox token

module.exports = {
    DROPBOX_TOKEN: 'dropbox_token'
};

About

Simple node app to pull all the images from a picshareparty link and upload to dropbox

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published