Files
fairhopper-sdk/javascript/README.md
2023-05-12 20:53:44 +02:00

285 B

FairHopper JavaScript SDK

Requirements:

  • Node 18+

Running demo

Check demo.js for usage example.

Edit demo.js and configure FairHopper Game host settings:

const FAIRHOPPER_HOST = "http://127.0.0.1:8010";

Run example using node:

node demo.js