HTTP client javascript API for Butter MAS platform.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
npm install @butter-robotics/mas-javascript-api
import { HttpClient } from '@butter-robotics/mas-javascript-api';
const butterHttpClient = new HttpClient('192.168.0.111'); // use your robot ip here
butterHttpClient.playAnimation('jump').then(response => console.log(response.data));
- 👨🏼💻 API
- 🖋 Licence
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Please lint your contribution before submitting a PR.
npm run lint
Please test your contribution before submitting a PR.
npm run test
We use SemVer for versioning. For the versions available, see the tags on this repository.
Benny Megidish
See also the list of contributors who participated in this project.
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details