https://gitHub.com/meshtastic/api
Meshtastic Website API
https://gitHub.com/meshtastic/api
Last synced: 5 months ago
JSON representation
Meshtastic Website API
- Host: GitHub
- URL: https://gitHub.com/meshtastic/api
- Owner: meshtastic
- License: gpl-3.0
- Created: 2021-12-22T12:26:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T21:35:47.000Z (6 months ago)
- Last Synced: 2026-01-13T01:54:45.148Z (6 months ago)
- Language: TypeScript
- Size: 419 KB
- Stars: 20
- Watchers: 10
- Forks: 23
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-meshtastic - api - Meshtastic Website API. (Official Source Code Repositories / Core Repositories)
README
# Meshtastic API
[](https://github.com/meshtastic/api/actions/workflows/ci.yml)
[](https://cla-assistant.io/meshtastic/api)
[](https://opencollective.com/meshtastic/)
[](https://vercel.com?utm_source=meshtastic&utm_campaign=oss)
## Overview
API backend used for meshtastic.org and associated tools.
## Stats

## Contributing
- There's a codespace available for this repository, so you can start coding right away.
- To build the project, run `pnpm install` and then `pnpm build`.
- To run the project, use `pnpm dev`.
- To run the linter, use `pnpm biome lint`, or to fix files automatically, use `pnpm biome lint --write`.
- To run the formatter, use `pnpm biome format`, or to fix files automatically, use `pnpm biome format --write`.
- To run the type checker, use `pnpm biome check`, or to fix files automatically, use `pnpm biome check --write`.