Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T19:33:52.000Z (9 months ago)
- Last Synced: 2024-10-10T14:36:51.402Z (about 1 month 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
### https://planetside.isreally.fun
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](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