Skip to content

kernel-panic-codecave/steam-scraper-client

Repository files navigation

npm version codecov semantic-release: angular

steam-scraper-client

To install:

npm install steam-scraper-client

or

yarn add steam-scraper-client

To use:

import { ScrapeApi } from 'steam-scraper-client'

const api = new ScrapeApi("<API KEY>");
api.scrape("filename", "md5").then((result) => {
	...
})

You can obtain an API Key from https://repo.withertech.com/scraper/api

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published