hnFollowPollJobErrormain.tsx1 match
3import { hnLatestPosts } from "https://esm.town/v/stevekrouse/hnLatestPosts";
45export async function hnFollowPollJobError({ lastRunAt }: Interval) {
6try {
7let posts = await hnLatestPosts({
You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/?q=function&page=716&format=json
For typeahead suggestions, use the /typeahead
endpoint:
https://codesearch.val.run/typeahead?q=function
Returns an array of strings in format "username" or "username/projectName"
Found 7186 results for "function"(440ms)
3import { hnLatestPosts } from "https://esm.town/v/stevekrouse/hnLatestPosts";
45export async function hnFollowPollJobError({ lastRunAt }: Interval) {
6try {
7let posts = await hnLatestPosts({