0.1.0 • Published 5 years ago

@mobsya/thymio-js-api-demo v0.1.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

thymio-js-api-demo

This simple javascript application showcases how to use the Thymio API from a browser or a node-based app

Getting started

Install the switch

TODO

Install npm

Npm is a package manager for JavaScript, you will need it to work with the Thymio API

Learn more here.

Note that despite depending on Node to install and build the Thymio JS API, it is fully compatible with browsers and Node.

Install the dependencies

Run npm i in the cloned directory to install the required dependencies.

Launch the web app

Run npm run browser, then open dist/index.html in your browser. The web-based version outputs in the browser's console.

Launch the Node-based application

Run npm start

How does it work?

The thymio API is distributed as a npm package. It can be installed with npi -i @mobsya/thymio-API.

This demo project also depends on:

  • Webpack to orchestrate the bundling of the application for both node and browser
  • Babel to convert the code in a flavor of Javascript compatible with older versions of web browsers

The code is in src and gets compiled into dist.

What next.

You can copy this project or get inspiration from it to start working on web-applications compatible with thymio.