44 lines
1.4 KiB
Markdown
44 lines
1.4 KiB
Markdown
# Icarus
|
|
|
|
Icarus is a music streaming API Server that interacts with [Mear](https://github.com/amazing-username/mear).
|
|
|
|
### Interfacing With Icarus
|
|
|
|
One can interface with Icarus the music server either by:
|
|
|
|
* [Mear](https://github.com/amazing-username/mear) - Feature not implemented (under development)
|
|
* [IcarusDownloadManager](https://github.com/amazing-username/IcarusDownloadManager) - Partially Implemented (under development)
|
|
|
|
|
|
## Built With
|
|
|
|
|
|
* C#
|
|
* [.NET Core](https://dotnet.microsoft.com/) 2.2
|
|
* .NET Web RESTful API
|
|
* [MySql](https://www.nuget.org/packages/MySql.Data/)
|
|
* [Newtonsoft.Json](https://www.newtonsoft.com/json)
|
|
* [TagLib#](https://github.com/mono/taglib-sharp)
|
|
* [ID3](https://github.com/JeevanJames/Id3)
|
|
|
|

|
|
|
|
## Contributing
|
|
|
|
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the code of conduct, and the process for submitting pull requests to the project.
|
|
|
|
## Versioning
|
|
|
|
Currently under development. No version has been released
|
|
|
|
## Authors
|
|
|
|
* **Kun Deng** - [amazing-username](https://github.com/amazing-username)
|
|
|
|
See also the list of [contributors](https://github.com/amazing-username/Icarus/graphs/contributors) who participated in this project.
|
|
|
|
## License
|
|
|
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
|
|
|