v0.0.2 init
This commit is contained in:
54
README.md
Normal file → Executable file
54
README.md
Normal file → Executable file
@@ -1,33 +1,23 @@
|
||||
<p align="center"><a href="https://github.com/OmniX-Space/MeowBox-Core"><img src="README/images/logo.png" height="128px" alt="MeowBox"></a></p>
|
||||
<h3 align="center">Meow~ Music Go !</h3>
|
||||
<p align="center"><a href="https://github.com/OmniX-Space/MeowBox-Core/blob/master/LICENSE"><img src="https://img.shields.io/github/license/OmniX-Space/MeowBox-Core?style=flat-square&label=license&color=blue" alt="LICENSE"></a>
|
||||
<a href="https://github.com/OmniX-Space/MeowBox-Core"><img src="https://img.shields.io/github/stars/OmniX-Space/MeowBox-Core?style=flat-square&label=stars" alt="stars"></a>
|
||||
<a href="https://github.com/OmniX-Space/MeowBox-Core/releases"><img src="https://img.shields.io/github/v/release/OmniX-Space/MeowBox-Core?style=flat-square&label=release" alt="release"></a></p>
|
||||
<p align="center">
|
||||
<a href="README.md"><img src="https://img.shields.io/badge/-English-grey.svg?style=popout" alt="English"></a>
|
||||
<a href="README/README_zh-CN.md"><img src="https://img.shields.io/badge/-中文(简体)-grey.svg?style=popout" alt="中文(简体)"></a></p>
|
||||
|
||||
## What is MeowBox?
|
||||
MeowBox is a music streaming server that allows you to stream your favorite music to any device on the internet. It is built using Go programming language and can be easily deployed on any platform that supports Go.
|
||||
|
||||
### Features
|
||||
- Play music from your server
|
||||
- Music streaming for your embedded devices
|
||||
- Music library management
|
||||
- Music search and cache
|
||||
- User authentication and authorization
|
||||
- Music collection function
|
||||
|
||||
### Supported databases
|
||||
- MySQL
|
||||
- PostgreSQL (coming soon)
|
||||
|
||||
## Star History
|
||||
|
||||
<a href="https://star-history.com/#OmniX-Space/MeowBox-Core&Date">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=OmniX-Space/MeowBox-Core&type=Date&theme=dark" />
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=OmniX-Space/MeowBox-Core&type=Date" />
|
||||
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=OmniX-Space/MeowBox-Core&type=Date" />
|
||||
</picture>
|
||||
# MeowEmbeddedMusicServer
|
||||
[English](README.md) | [简体中文](README_zh-CN.md)
|
||||
|
||||
Your Embedded Music Server for you.
|
||||
|
||||
## Features
|
||||
- Play music from your server
|
||||
- Music streaming for your embedded devices
|
||||
- Music library management
|
||||
- Music search and cache
|
||||
|
||||
# Tutorial document
|
||||
Docs comming soon.
|
||||
|
||||
## Star History
|
||||
|
||||
<a href="https://star-history.com/#OmniX-Space/MeowBox-Core&Date">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=OmniX-Space/MeowBox-Core&type=Date&theme=dark" />
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=OmniX-Space/MeowBox-Core&type=Date" />
|
||||
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=OmniX-Space/MeowBox-Core&type=Date" />
|
||||
</picture>
|
||||
</a>
|
||||
Reference in New Issue
Block a user