Skip to content

Commit

Permalink
Merge branch 'main' of github.com:/travishathaway/latz
Browse files Browse the repository at this point in the history
  • Loading branch information
travishathaway committed Apr 11, 2023
2 parents eb30008 + 2675e0b commit 059f389
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,11 @@ Once this is configured, you can search Unsplash for bunny pictures:

```bash
$ latz search "bunny"
[
ImageSearchResultSet(
results=(
ImageSearchResult(
url='https://unsplash.com/photos/u_kMWN-BWyU/download?ixid=MnwzOTMwOTR8MHwxfHNlYXJjaHwxfHxidW5ueXxlbnwwfHx8fDE2Nzk0MTA2NzQ',
width=3456,
height=5184
),
# ... results truncated
),
total_number_results=10,
search_backend='unsplash'
)
]
┏━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━┓
# ┃ Link ┃ Backend ┃
┡━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━┩
│ 1 │ https://unsplash.com/photos/hcxqLJjI99E/download?i… │ unsplash │
└────┴─────────────────────────────────────────────────────┴──────────┘
```

### Configuring
Expand Down

0 comments on commit 059f389

Please sign in to comment.