https://github.com/taciturnaxolotl/magicsnap-reminders
https://github.com/taciturnaxolotl/magicsnap-reminders
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taciturnaxolotl/magicsnap-reminders
- Owner: taciturnaxolotl
- License: agpl-3.0
- Created: 2024-05-01T20:24:50.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T20:57:44.000Z (12 months ago)
- Last Synced: 2025-03-28T19:13:13.419Z (about 1 month ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MagicSnap Reminders
This repo contains the cloudflare worker code for MagicSnap and handles renminders for users of event they have coming up.
## Getting Started
Clone the repository to your local machine.
Install the dependencies by running bun install.
## Development
To start the development server, run bun run dev. This will start the Wrangler development server.## Deployment
To deploy the application, run bun run deploy. This will use Wrangler to deploy your application.## Environment Variables
You need to set up the following environment variables:- LOGSNAG_TOKEN: Your LogSnag token for logging and error tracking.
- EMAIL_API_TOKEN: Your email api token.
- TOKEN: The token used for authorization when fetching data from the API.
Please note that these environment variables should be kept secret and not committed to your repository. You can use a .env file to set these variables during development. Make sure to add .env to your .gitignore file to prevent it from being committed.## Contributing
Contributions are welcome. Please open an issue or submit a pull request if you would like to contribute to the project.## License
This repositories code is licensed with the AGPL-3.0 license and you can view it [here](/LICENSE.md)