A chart tool for the game Albion Online
Albion Online is a game said to have a 'true player driven' economy. Almost everything item, every service is crafted or provided by other players. There are many tools out there for calculating crafting profit or looking at all sorts of data provided by the Albion Online Data Project
The only thing I was missing was a price history for items. When I was crafting, I wanted to know what price the item had the last 30 days or so, so I could sell it on the marketplace for an appropriate price.
The AODP already collects and provides that data. I just needed to make a frontend for it.
To keep database size low (and hosting free), I use the external APIs whenever possible. Some backend is required tho, Which I develop in Express.js in typescript on maxbethke/albionchartsapi.
The repo is set to private right now as it stores database credentials.
I track the things I want to implement on Trello. You are invited to view and review my thoughts and ideas.
Thank you for dedicating your time into this project. Please use GitHubs Issue Tracker to get in touch.
The best way to support this project is to use the Albion Online Data Client and share it with your friends, as it lives from the market data they provide.
- The creators of the AODP for creating and running that project.
- Broderickhyman for providing and maintaining a list of all items in albion online.
- MongoDB Cloud Atlas for hosting the database for this project for free.
- Sandbox Interactive for tolerating the use of their (internal) API.
- Engelbert Tristram (Ethan02) for giving his best on documenting above mentioned API out of trail and error and sharing his insights.