CINXE.COM

Knot documentation

<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <link rel="stylesheet" href="/styles.css"> <link rel="icon" type="image/png" href="/images/favicon.png" /> <script src="https://kit.fontawesome.com/141245b580.js" crossorigin="anonymous"></script> <title>Knot documentation</title> </head> <body> <nav class="navbar navbar-dark" style="background-color: #0f9acb;"> <a class="navbar-brand" href="/"> <img src="/images/logo.png" width="30" height="30" class="d-inline-block align-top" alt="logo"> Knot documentation portal </a> </nav> <main role="main" class="container"> <div class="row"> <div class="col-sm-6"> <div class="card mt-4"> <img class="card-img-top" src="/images/station.png" alt="Knot station"> <div class="card-body"> <h4 class="card-title">KNOT vehicle and station controller</h4> <p class="card-text text-justify"> Get full access to the KNOT docking stations APIs. This documentation guides you through the integration of station features into your backend to control the station within your system and to allow end users to unlock the scooter from the operator鈥檚 app. This API can also control scooter's IoT. </p> </div> <div class="card-footer"> <a href="/svaas" class="btn btn-primary float-right">Read the doc</a> </div> </div> </div> <div class="col-sm-6"> <div class="card mt-4"> <img class="card-img-top" src="/images/full-solution.png" alt="Knot products"> <div class="card-body"> <h4 class="card-title">KNOT scooter sharing - MaaS</h4> <p class="card-text text-justify"> API for MAAS operators and cities with the access to the overall sharing solution developed by KNOT including the application for end users and dashboard for operators. With this API you can integrate KNOT scooter network into your service. </p> </div> <div class="card-footer"> <a href="/mobility/html/maas-api.html" class="btn btn-primary float-right">Read the doc</a> </div> </div> </div> <div class="col-sm-6"> <div class="card mt-4"> <img class="card-img-top" src="/images/full-solution.png" alt="Knot products"> <div class="card-body"> <h4 class="card-title">KNOT scooter sharing - APP</h4> <p class="card-text text-justify"> The API for app. With this API you can build your own app (with your label) compatible with the Knot mobility solution. </p> </div> <div class="card-footer"> <a href="/mobility/html/application-api.html" class="btn btn-primary float-right">Read the doc</a> </div> </div> </div> </div> </main> <footer class="footer"> <div class="container"> <span class="text-muted">Copyright 漏 2020 Knot City</span> <span class="text-muted float-right" style="letter-spacing: 0.25em;"> <a href="https://www.knotcity.com" target="_blank"><i class="fas fa-globe-europe"></i></a> <a href="https://twitter.com/Knot_city" target="_blank"><i class="fab fa-twitter"></i></a> <a href="https://github.com/knotcity" target="_blank"><i class="fab fa-github"></i></a> </span> </div> </footer> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10