Skip to content

Commit

Permalink
improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
shezard committed Feb 5, 2024
1 parent 079c205 commit 9d8e70c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ You can preview the production build with `npm run preview`.
Keep deps updated

```bash
npx npm-check-update
npx npm-check-updates -u
npm install
```


Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set dotenv-load := true
get_data theme:
#!/bin/bash
curl "https://api.unsplash.com/photos/random?count=100&orientation=portrait&query={{theme}}" \
--header "Authorization: Client-ID evI57W4Xz6AaEJmRaysFJoumPO9lBVLgXo3NxHQcmuA" | \
--header "Authorization: Client-ID $ACCESS_KEY" | \
jq '[.[] | {alt: .alt_description, url: .urls.small, author: .user.username}]' > data.json

0 comments on commit 9d8e70c

Please sign in to comment.