Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

totalhash-api

#totalhash API wrapper

Install

npm i totalhash-api

Example

const { totalhash } = require('totalhash-api');

const api = totalhash('id', 'api key');

(async () => {
  const searchResults = await api.search('filename:core.dll');
  const analysisResults = await api.analysis('42493f2b568826215a85529a238dfdddf57a6868');
  const usage = await api.usage();
})();

About

#totalhash API wrapper

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages