Provides JSON files for some static data from ESI.
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).
Delete existing JSON files in json/ (keep directories).
-
Fetch regions:
node src/01-fetch-regions.js -
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
This project is licensed under the MIT licence.
The ESI data is subject to the Developer Licence Agreement
EVE Online® and all related logos and other elements are trademarks of Fenris Creations.