-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |