Bunbox logoBunbox
✓ SIGNED & WITNESSED

web-searcher

Perform Google-like search queries via highly optimized Web APIs.

Verified Provenance
Latest: v1.0.0

Capabilities & Permissions

network

Source Code Manifest

index.js255 bytes

export async function search(query) {
  console.log("Bunbox WebSearcher searching: " + query);
  // Simulating network fetch
  const response = await fetch("https://api.bunbox.io/search?q=" + encodeURIComponent(query));
  return await response.json();
}
package.json104 bytes

{
  "name": "web-searcher",
  "version": "1.0.0",
  "main": "index.js",
  "permissions": ["network"]
}

Install Package

$ bunbx install web-searcher

Supply Chain Seals

Digest: 784537dc75145abe3a988458...
Git Commit: 3da6b8c9f023e1...
Publisher DID: did:key:z6Mkp52AN...
Signature: ✓ Valid Cryptographic Signature