gametracker-scraper

1.0.2 • Public • Published

Gametracker scraper

A module that allows you to scraping from Gametracker.

Discord Server.

npm install gametracker-scraper
const module = require('gametracker-scraper')
async function output() {
let info = await module.get('gametracker-server-url')
console.log(info)
  }
output()

/*/
{
  Map: 'crossfire',
  Online: '7',
  Maxs: '32',
  Players: {
    Name: [
      'Name',
      'player1',
      'player2'
    ],
    Score: [
      'Score', ' 8',
      ' 7'
    ],
    Times: [
      'Time Played',
      ' 02:56',
      ' 14:56'
    ]
  }
}

/*/

Package Sidebar

Install

npm i gametracker-scraper

Weekly Downloads

5

Version

1.0.2

License

MIT

Unpacked Size

2.44 kB

Total Files

4

Last publish

Collaborators

  • furtsy