tkhamez / esi-data

Provides JSON files for some static data from ESI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EVE ESI Data

Provides JSON files for some static data from ESI.

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.

The ESI data is subject to the EVE Developers License Agreement

"EVE", "EVE Online", "CCP" and all related logos and images are trademarks or registered trademarks of CCP hf.

About

Provides JSON files for some static data from ESI.

License:MIT License


Languages

Language:JavaScript 100.0%