Update readme files

This commit is contained in:
Eden Kirin
2023-03-27 14:16:52 +02:00
parent 818617ddd4
commit 11fb366423
2 changed files with 56 additions and 0 deletions

21
javascript/README.md Normal file
View File

@ -0,0 +1,21 @@
# FairHopper JavaScript SDK
Requirements:
- Node 1.16+
## Running demo
Check `demo.js` for usage example.
Edit `demo.js` and configure FairHopper Game host settings:
```javascript
const FAIRHOPPER_HOST = "http://127.0.0.1";
const FAIRHOPPER_PORT = 8010;
```
Run example using node:
```sh
node demo.js
```