Skip to content
This repository was archived by the owner on Nov 22, 2025. It is now read-only.

vwkd/flaresolverr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

README

TypeScript library for FlareSolverr

Usage

import { runCommand } from "@vwkd/flaresolverr";

const res = await runCommand("http://localhost:8191/v1", {
  cmd: "request.get",
  url: "http://www.google.com",
  maxTimeout: 60000,
});

if (res.status == "error") {
  throw new Error(res.message);
}

console.log(res.solution.response);

About

TypeScript library for FlareSolverr

Topics

Resources

License

Stars

Watchers

Forks

Contributors