Thargoid Watch is the webserver and website of the Anti-Xeno Initiative.
This website's live version can be found at https://www.antixenoinitiative.com/
The Thargoid.watch API (Formerly Sentry.API) is the backend data gathering system for Thargoid.watch. Powered by the EDDN, Thargoid.Watch API monitors reports from commanders directly from the EDDN and identifies any system currently under incursion. This data is then stored in a Database and presented with the following endpoints.
- Clone the repo
- Create a .env file in the root directory
- Create the following three variables in the file (PORT=8080, WEBAPPMODE=DEV, and LISTENERMODE=DEV)
- Open terminal in root directory
- Run
npm i
- Start the server with
npm start
- Open your browser to http://localhost:8080