Using circles-sdk with circl.lu

TypeScript integration

Install

npm install circles-sdk

Quick start

import Circles_sdk from 'circles-sdk';

const client = new Circles_sdk({ apiKey: "YOUR_API_KEY" });
Info about the hashlookup database
curl \
  /info
Return the top 100 of most queried values.
curl \
  /stats/top
Lookup MD5.
curl \
  /lookup/md5/{md5}
SDK on GitHub 📄 API Docs
SDK
circles-sdk
TypeScript
API
circl.lu
circl.lu:hashlookup

At a glance

Language TypeScript
Endpoints11