Skip to content

Instantly share code, notes, and snippets.

View jffz's full-sized avatar

Geoffrey Bachelot jffz

View GitHub Profile
'use strict'
const express = require('express')
const bodyParser = require('body-parser')
const SrcdsLogParser = require('better-srcds-log-parser').SrcdsLogParser
// Create a new instance of express
const app = express()
const parser = SrcdsLogParser()