0.0.6 • Published 5 months ago

sherlock-domains v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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
0.0.6

5 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago