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

Latest commit

 

History

History
56 lines (30 loc) · 895 Bytes

README.md

File metadata and controls

56 lines (30 loc) · 895 Bytes

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