Using circle-nodejs-sdk with circl.lu

TypeScript integration

Install
npm install circle-nodejs-sdk
Quick start
import Circle_nodejs_sdk from 'circle-nodejs-sdk';

const client = new Circle_nodejs_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
circle-nodejs-sdk
TypeScript
API
circl.lu
circl.lu:hashlookup
At a glance
Language TypeScript
Endpoints11