16 lines
609 B
Markdown
16 lines
609 B
Markdown
# Shout.dev
|
|
|
|
Shout.dev is a tool for small software teams to stay in touch with the software
|
|
they write. Once set up, it provides an extremely simple HTTP interface through
|
|
which to broadcast messages via email and other means of communication.
|
|
|
|
## Project Status
|
|
|
|
Shout.dev is in the early prototyping stage. Basic documentation and testing
|
|
will be prioritized after core functionality is completed and shown to have
|
|
practical value.
|
|
|
|
## Notable Assumptions
|
|
|
|
- OAuth provider provides accurate "email" field in the userinfo payload.
|
|
- OAuth provider does not allow users to change their emails after signup.
|