Skip to content

this is a working from Gaydar, use nodejs webserver

License

Notifications You must be signed in to change notification settings

AlphaCharry/WebMap-For-Gaydar

 
 

Repository files navigation

WebMap

custom reader

HTTP POST that JSON struct blow, send it to `http://127.0.0.1:7890'.

{
    "locations": {
    	"m": 1,
    	"t": "token",
    	"s": ["str1","str2","str3"],
        "p": [{
            "t": 0,
            "x": 1.00,
            "y": 1.00,
            "h": 100.00,
            "r": 360.00,
            "k": 1,
            "n": 0,
            "d": 0
        }],
        "i": [{
            "x": 1.00,
            "y": 1.00,
            "n": 1
        }],
        "v": [{
            "x": 1.00,
            "y": 1.00,
            "r": 360.00,
            "n": 2,
            "d": 3
        }]
    }
}

About

this is a working from Gaydar, use nodejs webserver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.6%
  • Kotlin 3.1%
  • Other 0.3%