https://github.com/bentheburrito/cai
A Planetside 2 session tracker. Built with Elixir and LiveView
https://github.com/bentheburrito/cai
elixir phoenix-framework phoenix-liveview planetside2
Last synced: 6 months ago
JSON representation
A Planetside 2 session tracker. Built with Elixir and LiveView
- Host: GitHub
- URL: https://github.com/bentheburrito/cai
- Owner: Bentheburrito
- Created: 2023-07-22T21:00:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T19:33:52.000Z (over 2 years ago)
- Last Synced: 2025-02-05T06:44:50.970Z (over 1 year ago)
- Topics: elixir, phoenix-framework, phoenix-liveview, planetside2
- Language: Elixir
- Homepage: https://planetside.isreally.fun
- Size: 4.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
This project is still in its early stages, so input from users is very welcome :)
### Tools
CAI uses [Daybreak Games' Census API](https://census.daybreakgames.com/") and
[Event Streaming Service](https://census.daybreakgames.com/#what-is-websocket") to collect in-game information. The
application is built with the awesome [Elixir](https://elixir-lang.org/">) programming language, and the website is made
with [Phoenix LiveView.]("https://github.com/phoenixframework/phoenix_live_view").
### Contributing
Contributions are welcome! You can report bugs and request features under [issues](https://github.com/Bentheburrito/cai/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