dropio / usendio
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
usendio /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Nov 04 08:21:54 -0800 2008 | |
| |
LICENSE.txt | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
app/ | Wed Sep 09 13:11:47 -0700 2009 | |
| |
config/ | Wed Nov 05 07:46:01 -0800 2008 | |
| |
doc/ | ||
| |
lib/ | ||
| |
log/ | Mon Nov 03 09:59:45 -0800 2008 | |
| |
public/ | Wed Nov 05 12:24:12 -0800 2008 | |
| |
script/ | ||
| |
test/ | Wed Nov 05 07:16:52 -0800 2008 | |
| |
tmp/ | Mon Nov 03 09:59:45 -0800 2008 |
README.markdown
usend.io
This simple application uses the Drop.io API to create a clone of popular file sending applications.
This application requires to you sign up for an API key. To get an API key, go to http://api.drop.io/.
Create a RAILS_ROOT/config/api.yml with the contents below, replacing "your_api_key" with your API key you were issued.
dropio:
api_key: your_api_key
Then just...
>mongrel_rails start

