Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nordcominc/nordy
A Discord bot that synchronizes markdown content and configurations from a GitHub repository to a Discord server. Make organizing a community brilliantly easy by leveraging all the benefits of source-control.
https://github.com/nordcominc/nordy
discord discord-bot discord-js hacktoberfest markdown
Last synced: about 15 hours ago
JSON representation
A Discord bot that synchronizes markdown content and configurations from a GitHub repository to a Discord server. Make organizing a community brilliantly easy by leveraging all the benefits of source-control.
- Host: GitHub
- URL: https://github.com/nordcominc/nordy
- Owner: NordcomInc
- License: mit
- Created: 2023-08-27T17:05:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-10T22:43:52.000Z (6 days ago)
- Last Synced: 2024-11-10T23:29:40.069Z (6 days ago)
- Topics: discord, discord-bot, discord-js, hacktoberfest, markdown
- Language: TypeScript
- Homepage: https://docs.nordy.nordcom.io/
- Size: 253 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# nordy
A Discord bot that synchronizes markdown content and configurations from a GitHub repository to a Discord server. Make organizing a community brilliantly easy by leveraging all the benefits of source-control.
[![Build, lint and test](https://github.com/NordcomInc/nordy/actions/workflows/ci.yml/badge.svg)](https://github.com/NordcomInc/nordy/actions/workflows/ci.yml)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/t/NordcomInc/nordy)](https://github.com/NordcomInc/nordy/graphs/commit-activity)
[![GitHub contributors](https://img.shields.io/github/contributors/NordcomInc/nordy)](https://github.com/NordcomInc/nordy/graphs/contributors)
[![License](https://img.shields.io/github/license/NordcomInc/nordy.svg)](https://github.com/NordcomInc/nordy/blob/master/LICENSE)
[![Discord](https://img.shields.io/discord/532606942019846176.svg?logo=discord&logoColor=white&logoWidth=20&labelColor=7289DA&label=Discord&color=17cf48)](https://discord.gg/WgYVtCbR6J)
[![WakaTime](https://wakatime.com/badge/github/NordcomInc/nordy.svg)](https://wakatime.com/badge/github/NordcomInc/nordy)## 🔗 Links
- [:speech_balloon: Discord Server](https://discord.gg/WgYVtCbR6J)
- [:open_file_folder: Documentation](https://docs.nordy.nordcom.io/)## :rocket: Getting Started
> Unless you're looking to contribute to or self-host nordy you're in the wrong place. Keep an eye out on the Discord App Directory when we're ready to roll out the initial version.
```bash
git clone https://github.com/NordcomInc/nordy
cd nordy
npm install
```