From 99d70ecd8db674e2965fe04b13fb1fc0046cf8e9 Mon Sep 17 00:00:00 2001 From: AKP Date: Mon, 26 Aug 2024 01:41:21 +0100 Subject: [PATCH] Add `README.md` --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..71ae9af --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# film-dev-cost-scraper + +[Live version](https://pages.tdpain.net/filmdev) + +This is my attempt to work out the best value for money film developing and scanning service that's available in the UK. + +## Usage + +``` +python3 scraper/ data2.json +./bundle.sh data2.json +``` + +then serve the contents of the generated `bundle.zip` file over HTTP! \ No newline at end of file