0.1.2 • Published 1 year ago

wow3-client v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

WoW3 Client

This npm package provides a client-side code for interacting with the w0rld0fweb3 game engine.

Installation

npm install wow3-client


Usage 

// wow3-client.js
const axios = require('axios');

// Your client-side code using the w0rld0fweb3 package
async function joinGame(playerName) {
  try {
    const response = await axios.post('http://localhost:3000/join-game', {
0.1.2

1 year ago

0.1.0

1 year ago