Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dstreet/dropcap
Sync screen captures with Dropbox
https://github.com/dstreet/dropcap
Last synced: about 8 hours ago
JSON representation
Sync screen captures with Dropbox
- Host: GitHub
- URL: https://github.com/dstreet/dropcap
- Owner: dstreet
- License: gpl-3.0
- Created: 2015-07-22T16:38:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T23:04:05.000Z (over 8 years ago)
- Last Synced: 2024-04-18T13:09:14.787Z (9 months ago)
- Language: JavaScript
- Size: 880 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
DropCap
=======Electron app to take and sync screen captures with Dropbox. App will
automatically make shareable links and copy the link to your clipboard for fast
and easy sharing.![DropCap](/screenshot.png?raw=true)
## Usage
Download the [latest release](https://github.com/dstreet/DropCap/releases) for
your OS. Unpackage the app, and run!## Contributing and/or Redistributing
Please read the
[contributing guidelines](/CONTRIBUTING.md)
prior to submitting an issue or pull request### Setup
1. First, you must
[create an app](https://www.dropbox.com/developers/apps/create) in Dropbox.
2. Copy `config.sample.js` to `config.js`, and add your Dropbox app key to the
config.
3. Install dependencies: `npm install`### Running
`npm start`
### Building for Release
`npm run build`
## Copyright
Copyright (c) 2015 David Street
## License
GNU General Public License v3