https://github.com/devries/whispers
Samples from bluesky's jetstream.
https://github.com/devries/whispers
Last synced: 5 months ago
JSON representation
Samples from bluesky's jetstream.
- Host: GitHub
- URL: https://github.com/devries/whispers
- Owner: devries
- License: mit
- Created: 2024-11-17T22:07:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T20:40:56.000Z (over 1 year ago)
- Last Synced: 2025-10-10T13:54:57.413Z (9 months ago)
- Language: Gleam
- Homepage: https://whispers.unnecessary.tech/
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# whispers
[](https://hex.pm/packages/whispers)
[](https://hexdocs.pm/whispers/)
```sh
gleam add whispers@1
```
```gleam
import whispers
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at .
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```