Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odota/dotaconstants
Constant data for Dota applications
https://github.com/odota/dotaconstants
Last synced: 4 days ago
JSON representation
Constant data for Dota applications
- Host: GitHub
- URL: https://github.com/odota/dotaconstants
- Owner: odota
- License: mit
- Created: 2016-07-21T06:54:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T09:36:49.000Z (2 months ago)
- Last Synced: 2024-11-07T19:10:01.596Z (6 days ago)
- Language: JavaScript
- Homepage:
- Size: 12.6 MB
- Stars: 298
- Watchers: 21
- Forks: 120
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotaconstants
Constant data for Dota 2 applicationsNotes
----
* Manually maintained files are located in the `json` directory
* Some data is fetched from remote sources
* Add a new patch ID: `npm run newpatch`
* Update and regenerate build: `npm run build`
* Create a new version: `npm version minor`
* Publish to npm: `npm publish`