Skip to content

thepocp/totalhash-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published