mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 07:55:33 +00:00
18 lines
660 B
Markdown
Executable File
18 lines
660 B
Markdown
Executable File
[](https://travis-ci.org/EDCD/coriolis-data)
|
|
# Coriolis Data Files
|
|
|
|
JSON Data modelling Elite Dangerous ships and components.
|
|
|
|
See [the wiki](https://github.com/edcd/coriolis-data/wiki) for more details
|
|
|
|
## Hosted Versions
|
|
|
|
You can find hosted and compiled versions of the data-json under https://coriolis.io/data/ and https://beta.coriolis.io/data/.
|
|
You might want to load these as depedency instead of reyling on the npm-dependency.
|
|
|
|
## Development
|
|
|
|
After making changes to the json files run `npm start` to update the distribution files.
|
|
|
|
Run `npm test` to lint and run unit tests.
|