https://github.com/nathanborror/scraps
Tool for remembering terms to research later.
https://github.com/nathanborror/scraps
Last synced: 3 months ago
JSON representation
Tool for remembering terms to research later.
- Host: GitHub
- URL: https://github.com/nathanborror/scraps
- Owner: nathanborror
- License: bsd-3-clause
- Created: 2013-07-13T18:11:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-28T19:25:56.000Z (about 12 years ago)
- Last Synced: 2025-07-23T11:44:05.861Z (6 months ago)
- Language: Objective-C
- Homepage:
- Size: 11.3 MB
- Stars: 20
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scraps
Scraps lets you jot down names of things quickly so you can return to real-life conversations. When you have some free time you can quickly turn those names into search queries by swiping them to the right.
It currently takes advantage of the Dropbox [Datastore API](http://www.dropbox.com/developers/datastore) so you'll need a Dropbox account to use it. If you want to tinker, start a new [Dropbox Datastore App](https://www.dropbox.com/developers/app_info/) and plug the App Key and App Secret into the macros in the AppDelegate.m file. Then go to the Info tab for your project and expand URL Types so you can replace APP_KEY with your App Key under URL Schemes. Build the app using iOS7, authenticate and you should be up and running.
## Current mock