Getting up and running
To get started with COBI.js first add the library to your project:
<script src="https://cdn.cobi.bike/cobi.js/0.59.0/cobi.js"></script>
Afterward you only need to initialize the Library
COBI.init('token — can be anything right now')
Now you are ready for amazing stuff.
Last updated