Files
fairhopper-sdk/javascript/README.md
2023-03-27 14:16:52 +02:00

22 lines
312 B
Markdown

# 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
```