Hello capsuleers of New Eden!
I am proud to finally announce the successful public deployment of my part-time project of the past years:
A brand new EVE Online API viewer: EVIE.
What is it?
EVIE is a web-based API viewer for EVE Online. Itโs built using modern web technologies to provide a fast and responsive interface while still displaying a large amount of information.
My goal of this project is to build a robust API viewer that is usable on any platform: including both desktop and mobile. *cough* cross-platform app *cough*. I donโt just want to display data from the API, but also do calculations, predictions and more to make EVIE more useful, even when you also have the game open.
Right now the features are limited, but new pages are being built and I have a lot of exciting features planned!
Where can I find it?
EVIE is hosted on https://spaceships.app
Screenshots
The dashboard
Skills page
Wallet page
Ore prices table
Technical trivia for the nerds
- EVIE is built in TypeScript.
- This project originally started as a PHP website that used the XML API.
- The whole project has gone through several iterations until it reached the state you see now. At one point I used a combination of the XML API and ESI, this code still exists in the client_legacy folder at the time of writing.
- The frontend uses the Angular framework.
- Because Angular is a one-page application framework, the page should never reload. Using websockets I managed to get SSO login to work without navigating away from the app.
- In the backend I use Express for request handling.
- The backend is based on a boilerplate I built for an Express-Typescript application.
- Even though the ESI is cached on CCPโs side, I built my own caching systems for both the frontend and backend of the application to minimize response times and data usage.
- I hate Docker (but use it for deployment).
The repository is open-source and hosted on GitHub: https://github.com/Ionaru/EVIE
I'd love to hear your feedback!
Please report any issues you find on GitHub: https://github.com/Ionaru/EVIE/issues/new/choose
If you have a feature suggestion then letโs talk about it! You can find me on discord: Ionaru#3801
or on Tweetfleet: @ionaru