https://github.com/lemonyte/deta-sunbeam
Deta client for Sunbeam.
https://github.com/lemonyte/deta-sunbeam
deta deta-space sunbeam sunbeam-extension typescript
Last synced: 7 days ago
JSON representation
Deta client for Sunbeam.
- Host: GitHub
- URL: https://github.com/lemonyte/deta-sunbeam
- Owner: lemonyte
- License: mit
- Archived: true
- Created: 2023-04-27T20:28:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T23:57:51.000Z (about 1 year ago)
- Last Synced: 2025-01-28T21:38:40.759Z (9 months ago)
- Topics: deta, deta-space, sunbeam, sunbeam-extension, typescript
- Language: TypeScript
- Homepage:
- Size: 84 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Deta Sunbeam
> [!IMPORTANT]
> This project was created for Deta Space, a service which no longer exists as of October 17th, 2024.Deta client for Sunbeam.
## Installation
```bash
```## Usage
```bash
```## Development
Install Sunbeam:
```bash
go install github.com/pomdtr/sunbeam@latest
```Run the client:
```bash
sunbeam run .
```## License
[MIT License](license.txt)
## Credits
Most of the code in this repository is based on the [raycast extension](https://github.com/deta/raycast-extension) by [SlumberDemon](https://github.com/SlumberDemon).
Thanks to [pomdtr](https://github.com/pomdtr) for creating [Sunbeam](https://github.com/pomdtr/sunbeam).