Skip to content

fikmat/fikmat-api-test-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIKMAT API Test App

This app should help you develop your Fikmat game, you can test controlling components via Fikmat API on your local machine.

curl -d "{ \"led_left\": [[255,0,0],[0,255,0],[0,0,255]],
           \"led_right\": [[255,0,0],[0,255,0],[0,0,255]] }" \
     -H "Content-Type: application/json" \
     -X POST http://localhost:8020/api

About

Node.js app for simple Fikmat API testing

Resources

License

Stars

Watchers

Forks

Contributors