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: 3 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-12-04T15:34:20.000Z (27 days ago)
- Last Synced: 2024-12-22T00:02:13.819Z (10 days ago)
- Language: JavaScript
- Homepage:
- Size: 9.11 MB
- Stars: 299
- Watchers: 21
- Forks: 120
- Open Issues: 6
-
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`