Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

fsmaiorano/nodejs-quake-log-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published