Features
Templates
Showcase
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
cole
fetchCat
Public
Fork
Like
Code
Pull Requests
Forks
References
1
Dependencies
Versions
v2
Back
Version 1
3/7/2023
9
1
2
3
4
5
export
let
fetchCat
=
async
(
)
=>
{
const
result
=
await
fetch
(
"
https://aws.random.cat/meow
"
)
;
const
json
=
await
result
.
json
(
)
;
return
json
.
file
;
}
;
Copy
Updated: October 23, 2023