https://github.com/komagata/discord-reminder
Discord Reminder is a tool that periodically reminds you to Discord.
https://github.com/komagata/discord-reminder
discord rails ruby
Last synced: 3 months ago
JSON representation
Discord Reminder is a tool that periodically reminds you to Discord.
- Host: GitHub
- URL: https://github.com/komagata/discord-reminder
- Owner: komagata
- Created: 2021-06-03T13:25:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T12:16:13.000Z (over 4 years ago)
- Last Synced: 2025-07-20T06:24:13.448Z (12 months ago)
- Topics: discord, rails, ruby
- Language: Ruby
- Homepage:
- Size: 373 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Reminder
Discord Reminder is a tool that periodically reminds you to Discord.
## Install
```
$ bin/setup
$ rails server
```
## Test
```
$ rails test:all
```