From 7fcca448d4d4f08abed94b4c9f13fd97c2c207ff Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sat, 11 Apr 2015 20:42:14 +0200 Subject: Updating README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'README.md') 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 +``` -- cgit v1.2.3