Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fakundo/tarkov-raid-items
Interactive list of Escape from Tarkov quest items needed to be found in raid
https://github.com/fakundo/tarkov-raid-items
items quest raid tarkov
Last synced: about 1 month ago
JSON representation
Interactive list of Escape from Tarkov quest items needed to be found in raid
- Host: GitHub
- URL: https://github.com/fakundo/tarkov-raid-items
- Owner: fakundo
- License: mit
- Created: 2021-02-18T12:59:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T20:10:51.000Z (4 months ago)
- Last Synced: 2024-09-06T04:52:56.271Z (4 months ago)
- Topics: items, quest, raid, tarkov
- Language: JavaScript
- Homepage: https://fakundo.github.io/tarkov-raid-items/
- Size: 40.7 MB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tarkov Raid Items
#### Website
* https://fakundo.github.io/tarkov-raid-items/
#### Data parsed from EFT Wiki
* https://escapefromtarkov.gamepedia.com/Found_in_raid
#### Item images taken from the game cache
* `C:\Users\User\AppData\Local\Temp\Battlestate Games\EscapeFromTarkov\Icon Cache`
#### Scripts
* `yarn run dev` - runs dev server
* `yarn run build` - builds the app into `docs` directory
* `yarn run lang` - extracts translation strings from source files and creates `.po` files in `src/locales` directory
* `yarn run parse` - parses data from Wiki and saves it as `.json` files in `src/data` directory
* `yarn run item-image-resizer ` - resizes item image#### Node version
* v14.17.0
#### License
MIT