Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolt-and-plugs/cs-statistics-project
a probabilistic model for predicting outcomes of Counter Strike matches rendered on a mobile CLJS app connected to a js server
https://github.com/bolt-and-plugs/cs-statistics-project
clojure clojurescript js mobile-app probability react-native statistics
Last synced: 14 days ago
JSON representation
a probabilistic model for predicting outcomes of Counter Strike matches rendered on a mobile CLJS app connected to a js server
- Host: GitHub
- URL: https://github.com/bolt-and-plugs/cs-statistics-project
- Owner: Bolt-and-plugs
- License: mit
- Created: 2024-10-02T20:44:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T18:01:02.000Z (2 months ago)
- Last Synced: 2025-01-21T06:45:11.103Z (14 days ago)
- Topics: clojure, clojurescript, js, mobile-app, probability, react-native, statistics
- Language: Clojure
- Homepage:
- Size: 9.92 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cs-statistics-project
[Documentation](docs/main.pdf)
# Running locally
## Server:
```bash
cd csgo-api
npm i
npm run start
```## Client
``` bash
hostname i # get your ip
```Insert your 192.*.* ip in the client on [cljs.db](./pred-cs/src/main/csgo/db.cljs)
You will need to have expo @52.0.0 installed and also the deps
```
npm i -g expo-cli
npx expo install
npm run compile
npm run start
```Now, just connects the development server into a emulator or your smartphone.
You will need to install expo go in order to see the result in your smartphone.To understand the project, see our [Oficial Documentation](docs/main.pdf)