Features
Use Cases
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
george
hnFollowShowHNPosts
Public
Fork
Like
Code
Pull Requests
Forks
References
2
Dependencies
3
Versions
v16
Back
Version 7
1/10/2023
9
1
2
3
4
5
6
export
async
function
hnFollowShowHNPosts
(
)
{
let
results
=
await
@
george
.
hnSearchByDate
(
{
tags
:
"show_hn"
,
}
)
;
if
(
results
?.
hits
?.
length
)
console
.
email
(
results
)
;
}
Copy
Updated: October 23, 2023