https://github.com/alizahid/dotahead
Dota armory
https://github.com/alizahid/dotahead
dota2 eslint expo tailwindcss typescript
Last synced: 22 days ago
JSON representation
Dota armory
- Host: GitHub
- URL: https://github.com/alizahid/dotahead
- Owner: alizahid
- Created: 2023-10-29T13:25:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T07:07:08.000Z (over 1 year ago)
- Last Synced: 2025-02-19T05:47:02.175Z (2 months ago)
- Topics: dota2, eslint, expo, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 2.31 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Dotahead
## Tech
- Expo
- Tailwind CSS
- TypeScript
- ESLint
- Bun## APIs
- [Hero list](https://www.dota2.com/datafeed/herolist?language=english)
- [Hero](https://www.dota2.com/datafeed/herodata?language=english&hero_id=73)
- [Item list](https://www.dota2.com/datafeed/itemlist?language=english)
- [Item](https://www.dota2.com/datafeed/itemdata?language=english&item_id=600)
- [Ability list](https://www.dota2.com/datafeed/abilitylist?language=english)
- [Ability](https://www.dota2.com/datafeed/abilitydata?language=english&ability_id=5586)
- [Patch notes list](https://www.dota2.com/datafeed/patchnoteslist?language=english)
- [Patch notes](https://www.dota2.com/datafeed/patchnotes?version=7.34d&language=english)