meshtastic/docs/software/js/getting-started.md
linagee f2e22d63c9
Typos, spelling, and grammar corrected (#3)
Thanks to aspell and languagetool. Hand picked from these, there are too
many strange things in the English language to be perfectly syntactical.
2021-12-27 12:39:42 -07:00

24 lines
658 B
Markdown

---
id: getting-started
title: Getting Started
sidebar_label: Getting Started
---
:::tip
Full API documentation is available at [js.meshtastic.org](https://js.meshtastic.org)
:::
## Intro
Meshtastic.js is a JavaScript library that provides an interface to Meshtastic devices. It can be used to build applications to interface with a Meshtastic network. Currently, HTTP(S) and Bluetooth connections are supported.
If you wish to view the code or contribute to development of the library, please visit the JavaScript code <a href="https://github.com/meshtastic/meshtastic.js">GitHub page</a>.
## Connection methods
### HTTP(S)
### Bluetooth
### Serial