0.2.1 • Published 3 years ago

snapshotstf-api v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Snapshotstf-API

Build Status Npm package (latest)

Usage Example

import Snapshotstf from 'snapshotstf-api'; // TypeScript
const Snapshotstf = require('snapshotstf-api'); // CommonJS

const Snappy = new Snapshotstf();

// Should return latest 10 snapshots of Mann Co. Supply Crate Key
Snappy.Snapshots.Get('5021;6').then(s => {
    console.log(`First snapshot has: ${s.snapshots[0].listings.length} listings`);
});

Everything is typed and endpoints are pretty similar to https://api.snapshots.tf/docs/#/

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago