https://github.com/lab5e/span-vscode
https://github.com/lab5e/span-vscode
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lab5e/span-vscode
- Owner: lab5e
- Created: 2021-02-21T19:29:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T09:05:42.000Z (over 5 years ago)
- Last Synced: 2025-02-28T22:39:14.616Z (over 1 year ago)
- Language: TypeScript
- Size: 212 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# span-vscode
The `span-vscode`-extension is a simple extension to easier get started with the development towards the [IoT platform Span](https://span.lab5e.com).
## Features
- Listing your available `collections` and `devices`
- Copyable IMSI/IMEI from devices
- Tailing device data stream
## Configuration
To communicate with [Span](https://span.lab5e.com), you need an API key. To generate one go to the [API token overview](https://span.lab5e.com/api-tokens-overview) and create a token with at least read capabilities to all resources. You must then add a `.span`-file which contains the token.
The format for the file is
```bash
TOKEN:YOUR_API_KEY
```
### Run generate command
To simplify getting started, you can run the `Span: Initiate a Span API key file`, and choose either global or workspace scope for your token.
## Extension Settings
- `span-vscode.APIKeyPath`: Custom API key path which the extension will look for a `.span`-file with token.