Skip to content

timer for running all day #10

@catafest

Description

@catafest

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions