aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-04-11 20:42:14 +0200
committerJoris Guyonvarch2015-04-11 20:42:14 +0200
commit7fcca448d4d4f08abed94b4c9f13fd97c2c207ff (patch)
treeb6189f3cb475073130041a21a8fe39431f858967 /README.md
parentaafc45eb5eed3839a5210a7d48928d975df6a296 (diff)
downloadad-listener-7fcca448d4d4f08abed94b4c9f13fd97c2c207ff.tar.gz
ad-listener-7fcca448d4d4f08abed94b4c9f13fd97c2c207ff.tar.bz2
ad-listener-7fcca448d4d4f08abed94b4c9f13fd97c2c207ff.zip
Updating README
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index d3fad7f..ceb0648 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,23 @@
leboncoin-listener
==================
+
+leboncoin-listener listen for changes at a given URL on the website leboncoin.
+
+Usage
+-----
+
+```
+cabal sandbox init
+cabal install --only-dependencies
+cabal build
+./dist/build/leboncoin-listener/leboncoin-listener
+```
+
+Configuration
+-------------
+
+You provide the url you want to listen in a file named conf, for example:
+
+```
+url = http://www.leboncoin.fr/locations/offres/ile_de_france/?f=a&th=1
+```