0.0.6 • Published 4 months ago

sherlock-domains v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago