Skip to content

A Planetside 2 session tracker. Built with Elixir and LiveView

Notifications You must be signed in to change notification settings

Bentheburrito/cai

Repository files navigation

Consolidation of Auraxian Information (CAI)

A Planetside 2 session tracker

CAI is a WIP session tracker that aims to provide quick access to live game data. The website currently offers a character session tracker, and provides session history up to a certain point in time. (As of writing, data is recorded from July 22, 2023 to the present).

This project is still in its early stages, so input from users is very welcome :)

Tools

CAI uses Daybreak Games' Census API and Event Streaming Service to collect in-game information. The application is built with the awesome Elixir programming language, and the website is made with Phoenix LiveView..

Contributing

Contributions are welcome! You can report bugs and request features under issues. If you know Elixir, PRs are welcome too! If you want to implement a feature, please create an issue for it first.

TODO: local dev setup instructions