https://github.com/notnite/daydream
A proof of concept client mod for the Beeper 4 desktop app
https://github.com/notnite/daydream
Last synced: 8 months ago
JSON representation
A proof of concept client mod for the Beeper 4 desktop app
- Host: GitHub
- URL: https://github.com/notnite/daydream
- Owner: NotNite
- License: mit
- Created: 2024-12-10T19:34:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T21:34:09.000Z (over 1 year ago)
- Last Synced: 2025-10-03T13:58:36.113Z (9 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# daydream
A proof of concept client mod for the Beeper 4 desktop app.
## Using
In the `app` directory, create a `daydream.mjs`:
```js
const { inject } = await import("file://D:/code/js/daydream/patcher.mjs");
inject(import.meta.filename);
```
Then edit `package.json`:
```json
"main": "daydream.mjs"
```