Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 507 Bytes

ASIMREADME.md

File metadata and controls

20 lines (16 loc) · 507 Bytes

M3O Dart

Dart M3O clinets is located in lib/src folder including the generic client, currently there are three clients helloworld, weather and MQ beside the generic one.

you can find examples in the example folder.

First step

after cloning the repo and Dart being installed, run this command in root

dart pub get

run the test

M3O_API_TOKEN=<enter-helloworld-token-here> dart test

run examples

M3O_API_TOKEN=<token-here> dart example/helloworld_sample.dart