https://github.com/jeffy-g/eve-character-ystat-chart
Created with CodeSandbox
https://github.com/jeffy-g/eve-character-ystat-chart
esi eve-online react recharts recharts-js sso-authentication typescript
Last synced: 3 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/jeffy-g/eve-character-ystat-chart
- Owner: jeffy-g
- License: agpl-3.0
- Created: 2019-04-03T11:56:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:57:12.000Z (over 1 year ago)
- Last Synced: 2024-01-29T22:48:37.058Z (over 1 year ago)
- Topics: esi, eve-online, react, recharts, recharts-js, sso-authentication, typescript
- Language: TypeScript
- Homepage: https://codesandbox.io/s/github/jeffy-g/eve-character-ystat-chart
- Size: 841 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](http://www.gnu.org/licenses/agpl-3.0.en.html) [](https://app.netlify.com/sites/eve-character-ystat/deploys)
# [EVE online] Character yearly stat chart
Display ESI endpoint [`/characters/{character_id}/stats/`](https://esi.evetech.net/ui/#/Character/get_characters_character_id_stats) as a chart.
sample site: https://eve-character-ystat.netlify.com/
> ## Getting Started
Developed on [codesandbox](https://codesandbox.io/s/r5xwjo0x7m)
> ## details
- EVE SSO Authentication with implicit flow, which fire ESI request with an access token with an expiration of 20 minutes.
- developmented core components for chart display with minimal dependencies.
- core components: `src/components/chart/\*.tsx`
- `react@latest` `recharts@latest` `d3-scale@latest`
* by adding the above packages, **it can be reused by other react applications**.> ## ♻️ development in local
If you want to clone to local and execute or edit
```sh
git clone https://github.com/jeffy-g/eve-character-ystat-chart.git
cd ./eve-character-ystat-chart
yarn install
yarn start
```> ## Authors
- **jeffy-g** - [jeffy-g](https://github.com/jeffy-g)
> ## License
This project is licensed under the AGPL-3.0 License - see the [LICENSE.md](LICENSE.md) file for details
> ## CCP Copyright Notice
EVE Online and the EVE logo are the registered trademarks of CCP hf. All rights are reserved worldwide.
All other trademarks are the property of their respective owners.
EVE Online, the EVE logo, EVE and all associated logos and designs are the intellectual property of CCP hf. All artwork,
screenshots, characters, vehicles, storylines, world facts or other recognizable features of the intellectual property
relating to these trademarks are likewise the intellectual property of CCP hf.CCP hf. has granted permission to `eve-character-ystat-chart` to use EVE Online and all associated logos
and designs for promotional and information purposes on its website but does not endorse,
and is not in any way affiliated with, `eve-character-ystat-chart`.CCP is in no way responsible for the content on or functioning of this website,
nor can it be liable for any damage arising from the use of this website.