-
Notifications
You must be signed in to change notification settings - Fork 93
timer for running all day #10
Copy link
Copy link
Open
Description
Why does this project not have a timer for running all day and give results for some range of time ... results for the day are not the same as the night results.
import { search } from "./google-search.js";
setInterval(async () => {
const results = await search("latest news ai");
console.log(results);
}, 1000 * 60 * 30); // la fiecare 30 minute
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels