Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/odota/dotaconstants

Constant data for Dota applications
https://github.com/odota/dotaconstants

Last synced: about 2 months ago
JSON representation

Constant data for Dota applications

Awesome Lists containing this project

README

        

# dotaconstants
Constant data for Dota 2 applications

Notes
----
* 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`