diff options
author | Joris Guyonvarch | 2015-04-11 20:42:14 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-04-11 20:42:14 +0200 |
commit | 7fcca448d4d4f08abed94b4c9f13fd97c2c207ff (patch) | |
tree | b6189f3cb475073130041a21a8fe39431f858967 | |
parent | aafc45eb5eed3839a5210a7d48928d975df6a296 (diff) |
Updating README
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 +``` |