This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
usendio /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE.txt | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
tmp/ |
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












