Patric Stout 92298f2ad8 feat: ability to load characters and their skills from ESI (#25)
This can track multiple characters, and tries to make as few as possible
ESI calls.

In the localstorage, we keep track of all the characters and their
refresh-tokens.
Access-tokens and skills are not stored in the localstorage, which means
that every reload, this information is fetched from ESI again.
2023-11-26 16:51:11 +01:00

React Component library for EVEShip.fit

This repository contains all the components used to build EVEShip.fit.

Components

Via Storybook you can view all the components, their description, and how to use them.

Embedding in your own application

This library can (freely) be used to visualize an EVE Fit in your own (React) application, by using the components you like most.

Important to note is that by default the data-files are downloaded from https://data.eveship.fit/. But this URL is protected by a CORS, to avoid unrealistic cost on our side.

If you use this library yourself, you would have to host these files yourself too. You can define the URL they are hosted on in the EveDataProvider via dataUrl.

Description
No description provided
Readme MIT 629 KiB
Languages
TypeScript 81.5%
JavaScript 13.1%
CSS 5%
Shell 0.4%