https://github.com/tkhamez/esi-data
Provides JSON files for some static data from ESI.
https://github.com/tkhamez/esi-data
esi eve-online
Last synced: 5 months ago
JSON representation
Provides JSON files for some static data from ESI.
- Host: GitHub
- URL: https://github.com/tkhamez/esi-data
- Owner: tkhamez
- License: mit
- Created: 2020-07-13T21:35:23.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T12:23:27.000Z (almost 2 years ago)
- Last Synced: 2024-08-25T13:37:20.535Z (almost 2 years ago)
- Topics: esi, eve-online
- Language: JavaScript
- Homepage:
- Size: 4.57 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EVE ESI Data
Provides JSON files for some static data from [ESI](https://esi.evetech.net/).
Available data:
- **Regions** with ID, name, description and constellation IDs.
- **Constellations** with ID, name, region ID, system IDs and position (x, y, z).
- **Systems** with ID, name, constellation ID, star ID, station IDs, security class and status,
stargate IDs, position (x, y, z) and planets (with ID, moon and belt IDs).
- **Stargates** with ID, name, system ID, type ID, destination (stargate and system IDs)
and position (x, y, z).
## Regenerate Data
Delete existing JSON files in `json/` (keep directories).
1. Fetch regions:
`node src/01-fetch-regions.js`
2. Fetch constellations, systems and stargates (it processes one region after the other,
repeat it until it ends without an error):
`node src/02-fetch-constellations-systems-stargates.js`
## Copyright Notice
This project is licensed under the [MIT license](LICENSE).
The ESI data is subject to the
[EVE Developers License Agreement](https://developers.eveonline.com/resource/license-agreement)
"EVE", "EVE Online", "CCP" and all related logos and images are trademarks or registered trademarks of
[CCP hf](https://www.ccpgames.com/).