Skip to content

Commit 268406f

Browse files
authored
Merge pull request #87 from the-hideout/update-readme
Update README.md
2 parents 4191eac + 88aeef6 commit 268406f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ It's a simple [GraphQL](https://graphql.org/) API running on [Cloudflare workers
88

99
This API powers all of tarkov.dev and other notable projects as well:
1010

11+
- [stash](https://github.com/the-hideout/stash)
1112
- [ratscanner](https://github.com/RatScanner/RatScanner)
1213
- [errbot](https://github.com/GrantBirki/errbot)
1314
- [thehideout](https://play.google.com/store/apps/details?id=com.austinhodak.thehideout&hl=en_US&gl=US)
@@ -33,6 +34,7 @@ A community made GraphQL API for Escape from Tarkov
3334
- Determine ergo, armor class, durability, etc for an item
3435
- Fetch detailed quest information and unlocks
3536
- View info about crafts and their requirements
37+
- Find information about in-game bosses
3638
- Detailed info on medicines, stims, and in-game healing
3739
- So much more (it would take up this entire page to list everything 😸)
3840

@@ -59,7 +61,9 @@ query {
5961
}
6062
```
6163

62-
> More examples can be found in our [graphql example docs](./docs/graphql-examples.md) 📚
64+
More examples can be found in our [graphql example docs](./docs/graphql-examples.md) 📚
65+
66+
> Even more examples can be found on our [api](https://tarkov.dev/api/) page on tarkov.dev (includes many programming languages too)
6367
6468
## Development 🔨
6569

0 commit comments

Comments
 (0)