https://github.com/mcserep/tarkov-graph
Task dependency graph for the Escape from Tarkov game
https://github.com/mcserep/tarkov-graph
eft graph network tarkov visuzalization
Last synced: 26 days ago
JSON representation
Task dependency graph for the Escape from Tarkov game
- Host: GitHub
- URL: https://github.com/mcserep/tarkov-graph
- Owner: mcserep
- License: bsd-3-clause
- Created: 2025-01-03T17:11:28.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-26T18:57:04.000Z (4 months ago)
- Last Synced: 2025-01-26T19:36:51.725Z (4 months ago)
- Topics: eft, graph, network, tarkov, visuzalization
- Language: TypeScript
- Homepage: https://mcserep.github.io/tarkov-graph/
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Escape from Tarkov - Task Graph Visualization
This browser local webapp visualizes the task dependency graph of the [Escape from Tarkov](https://www.escapefromtarkov.com/).
You may also connect your Tarkov Tracker profile with an [API token](https://tarkovtracker.io/settings) to add your own progress to the graph.Data sources:
- [Tarkov.dev API](https://tarkov.dev/api/) for task list and dependencies.
- [Tarkov Tracker API](https://tarkovtracker.github.io/TarkovTracker/) for user progress.## How to build
### Install dependencies
```bash
npm install
```### Run in development mode
```bash
npm run dev
```### Build for production
```bash
npm run build
```