Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vn-ki committed Dec 19, 2020
1 parent 3560c81 commit 0fd8d3c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Letterboxd Compare

Compare two letterboxd users to see the movies one has seen and the other hasn't.
[Letterboxd](https://letterboxd.com) is a social movie discovery site where users rate the movies they watch.

The initial fetch of data might take a couple of seconds, especially if the requested user has rated a lot of movies.

## Instructions

- Needs rust developement setup

```
cargo run
```

For developement, you might want logs

```
RUST_LOG="info,letterboxd_compare=debug" cargo run
```

0 comments on commit 0fd8d3c

Please sign in to comment.