Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevgathuku/droplinks
Save web links to Dropbox using the Dropbox API
https://github.com/kevgathuku/droplinks
Last synced: about 1 month ago
JSON representation
Save web links to Dropbox using the Dropbox API
- Host: GitHub
- URL: https://github.com/kevgathuku/droplinks
- Owner: kevgathuku
- Created: 2015-07-25T08:45:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-10T06:27:21.000Z (about 8 years ago)
- Last Synced: 2024-04-16T04:06:57.317Z (8 months ago)
- Language: CSS
- Homepage: https://kevgathuku.github.io/droplinks/
- Size: 74.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Droplinks
A minimal example demonstrating saving web links to Dropbox
## Getting Started
Install [node.js](https://nodejs.org/download) to get `npm` (the node package manager),
then use it to install the libraries required by the build process.```bash
git clone https://github.com/kevgathuku/droplinks.git
cd droplinks
npm install
```## Development Setup
This project depends on `browserify` to use some node modules in the browser
These are managed through a grunt task.
Simply run `grunt watch` to automatically compile the required files when changes are made.Once the dependencies are installed, get the server up by running:
`npm start`
Now you can visit `localhost:8080` to see the demo in action.
![dropbox link saver]
(https://cloud.githubusercontent.com/assets/3721994/8888761/b8bc8bf4-32c3-11e5-82f7-04afd1e45c91.png)