An open API service indexing awesome lists of open source software.

https://github.com/meridiangh/kalliope-server

A Node.js server managing Kalliope instances and allowing users to interact with them via a dashboard.
https://github.com/meridiangh/kalliope-server

Last synced: about 1 month ago
JSON representation

A Node.js server managing Kalliope instances and allowing users to interact with them via a dashboard.

Awesome Lists containing this project

README

          

![logo](https://repository-images.githubusercontent.com/556876246/21bb7e66-4998-42b0-9d6f-651727daffda)

[![Dashboard](https://img.shields.io/static/v1?style=for-the-badge&logo=google%20chrome&label=Dashboard&message=kalliope.cc&color=121212)](http://kalliope.cc)
[![Discord](https://shields.io/discord/610498937874546699?style=for-the-badge&logo=discord&label=discord)](https://discord.gg/qX2CBrrUpf)
[![License](https://img.shields.io/github/license/MeridianGH/kalliope-server?logo=gnu&style=for-the-badge)](https://github.com/MeridianGH/kalliope-server/blob/main/LICENSE.md)

# KalliopeServer.

A Node.js server managing Kalliope instances.



Table of Contents

- [Notice](#notice)
- [Usage](#usage)
- [Stats](#stats)
- [Code](#code)
- [GitHub](#github)
- [Licensing](#licensing)

---

## Notice
> This is a server only handling the communication between users and instances of **[Kalliope](https://github.com/MeridianGH/kalliope)**.
> If you're looking to install the bot yourself, please check out the other repository.

## Usage
Simply visit **[kalliope.cc](https://kalliope.cc)** and head to the dashboard.

You'll be asked to log in with Discord automatically. Once logged in, select `Servers` and choose the server you want to control the bot in.

If your server does not show up, please make sure your Kalliope instance is running and configured properly. Check the console for any errors.

---

## Stats

### Code
![Repo size](https://img.shields.io/github/repo-size/MeridianGH/kalliope-server?style=for-the-badge)
[![Version](https://img.shields.io/github/package-json/v/MeridianGH/kalliope-server?style=for-the-badge)](https://github.com/MeridianGH/kalliope-server/blob/main/package.json#L2)
\
[![Top language](https://img.shields.io/github/languages/top/MeridianGH/kalliope-server?style=for-the-badge)](https://github.com/MeridianGH/kalliope-server/search?l=javascript)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/MeridianGH/kalliope-server?style=for-the-badge)](https://www.codefactor.io/repository/github/meridiangh/kalliopeserver)
\
[![Libraries.io](https://img.shields.io/librariesio/github/MeridianGH/kalliope-server?style=for-the-badge)](https://libraries.io/github/MeridianGH/kalliope-server)
[![discord.js](https://img.shields.io/github/package-json/dependency-version/MeridianGH/kalliope-server/express?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/discord.js)

### GitHub
[![GitHub issues](https://img.shields.io/github/issues/MeridianGH/kalliope-server?style=for-the-badge)](https://github.com/MeridianGH/kalliope-server/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/MeridianGH/kalliope-server?style=for-the-badge)](https://github.com/MeridianGH/kalliope-server/pulls)
\
[![GitHub last commit](https://img.shields.io/github/last-commit/MeridianGH/kalliope-server?style=for-the-badge)](https://github.com/MeridianGH/kalliope-server/commits)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/MeridianGH/kalliope-server?style=for-the-badge)](https://github.com/MeridianGH/kalliope-server/graphs/commit-activity)
\
[![GitHub Repo stars](https://img.shields.io/github/stars/MeridianGH/kalliope-server?style=for-the-badge)](https://github.com/MeridianGH/kalliope-server/stargazers)
[![GitHub watchers](https://img.shields.io/github/watchers/MeridianGH/kalliope-server?style=for-the-badge)](https://github.com/MeridianGH/kalliope-server/watchers)

---

## Licensing
Make sure to disclose the source when redistributing any part of the source code in this repository.\
For more information, please refer to the license.

[![License](https://img.shields.io/github/license/MeridianGH/kalliope-server?logo=gnu&style=for-the-badge)](https://github.com/MeridianGH/kalliope-server/blob/main/LICENSE.md)

---

[Back to top 🡅](#kalliopeserver)