fsmaiorano / nodejs-quake-log-parser

💻 A NodeJS application for convert a Quake 3 log in JSON.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS - Quake 3 Log Parser

This project has the purpose of convert a log of Quake 3 an JSON consumable object.

Dependencies

This project need the NodeJS installed on your machine.

If you dont have one of these packages on your computer, follow the steps:

NodeJS

Download and install

https://nodejs.org/en/

Now we have the basic for execute the project.

Open a Terminal in the same directory of package.json file and run the command:

$ npm install

After install all dependencies, you are ready for start the project.

Running tests

$ npm run test

Enviroments

Development

$ npm run dev

Production

$ npm run prod
  • For stop the production server: npm run stop-prod.

API

After run one of enviroments, the server is running at port 5000 and accept GET requisition on URL: http://localhost:5000/api/quakeLogs

About

💻 A NodeJS application for convert a Quake 3 log in JSON.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%