Skip to content

Commit

Permalink
Updated README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Harvey committed Jun 23, 2011
1 parent c04a68f commit e9c03b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Start a couchpotato process with the url to a database, couchpotato will create


Once the process is started, to schedule a job you write a document to the database, each job takes a custom job description which you can find documented below, this example will read the google.com homepage every out and save the results to your local database `myscreenscapes` Once the process is started, to schedule a job you write a document to the database, each job takes a custom job description which you can find documented below, this example will read the google.com homepage every out and save the results to your local database `myscreenscapes`


POST http://127.0.0.1:5984/couchpotato
{ "worker": "webpage" { "worker": "webpage"
, "ttl": 60 * 60 * 100 , "ttl": 60 * 60 * 100
, "opts": {"uri":http://google.com"} , "opts": {"uri":http://google.com"}
Expand Down

0 comments on commit e9c03b4

Please sign in to comment.