sherlock-domains
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Sherlock Domains TypeScript SDK

A TypeScript implementation of the Sherlock Domains API client.

Installation

npm install sherlock-domains

Usage

import { Sherlock } from 'sherlock-domains'

// Initialize the client
const sherlock = new Sherlock('your-access-token')

// Search for domains
const results = await sherlock.search('example.com')
console.log(results)

Development

Building and Publishing

  1. Build the package npm run build.
  2. Once it's error-free, commit changes to git
  3. Bump version: npm run patch
  4. Publish the package: npm publish

Alternatively, you can use the Makefile:

make publish

Package Sidebar

Install

npm i sherlock-domains

Weekly Downloads

12

Version

0.0.5

License

MIT

Unpacked Size

327 kB

Total Files

6

Last publish

Collaborators

  • fewsats