https://github.com/awhipp/evetrade
Frontend UI for the popular EVE Online market tool
https://github.com/awhipp/evetrade
elasticsearch esi eve-online eve-swagger-interface serverless
Last synced: 17 days ago
JSON representation
Frontend UI for the popular EVE Online market tool
- Host: GitHub
- URL: https://github.com/awhipp/evetrade
- Owner: awhipp
- License: apache-2.0
- Created: 2016-04-10T01:01:48.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-08-15T18:17:58.000Z (10 months ago)
- Last Synced: 2025-08-15T20:35:33.984Z (10 months ago)
- Topics: elasticsearch, esi, eve-online, eve-swagger-interface, serverless
- Language: HTML
- Homepage: https://evetrade.space
- Size: 52.7 MB
- Stars: 95
- Watchers: 5
- Forks: 30
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EVE Trade
The top-searched EVE Online trading tool that lets you discover what to trade between stations and regions. This tool enables making ISK through hauling or station trading.
## Support
[](https://discord.gg/9xZh5qKCeR)
## System Status
* UI Deployment Status on Netlify (on commit):
* [](https://app.netlify.com/sites/evetrade/deploys)
* Static Data Asset Compilation (daily):
* [](https://github.com/awhipp/evetrade_resources/actions/workflows/download.yml)
* Historical Market Volume Pull (every hour):
* [](https://github.com/awhipp/evetrade_historical_volume/actions/workflows/historical-volume-ingest.yml)
* Market Data Ingestion (Every 5 min)
* [](https://github.com/awhipp/evetrade-data-sync-service/actions/workflows/check.yml)
* API Deployments
* [](https://github.com/awhipp/evetrade_api/actions/workflows/evetrade_deploy_dev.yml)
* [](https://github.com/awhipp/evetrade_api/actions/workflows/evetrade_deploy_prod.yml)
## About
Implements the [EVE ESI API](https://esi.evetech.net/ui/) on the [backend](https://github.com/awhipp/evetrade_api) in order to find:
* the best trades within a station (ie: station trading or margin trading).
* the best hauling trades between stations and regions.
## Architecture Diagram

## Other Repositories
* [EVETrade API](https://github.com/awhipp/evetrade_api)
* [EVETrade Market Data Sync](https://github.com/awhipp/evetrade-data-sync-service)
* [EVETrade Resources](https://github.com/awhipp/evetrade_resources)
* [EVETrade Historical Volume Ingest](https://github.com/awhipp/evetrade_historical_volume)
## Recommended Development
* [Live Server](https://github.com/ritwickdey/vscode-live-server) or other tool required to build and serve locally to avoid CORs issues
* Other options include `jekyll`, `browsersync`, `http-server`, `npx serve` `python SimpleHTTPServer`, and more...