Home

Awesome

<p align="center"> <img src="docs/_images/Meting4Net.png" alt="Meting4Net"> </p> <h1 align="center">Meting4Net</h1>

:cake: 一个强大的音乐API框架

repo size LICENSE FOSSA Status nuget downloads QQ Group

English

介绍

Meting4Net: <a href="https://github.com/metowolf/Meting" target="_blank">Meting</a> for .Net, thanks to <a href="https://github.com/metowolf/Meting" target="_blank">Meting</a>.

一个强大的音乐API框架促进你的开发

TODO

持续集成

环境平台状态
Ubuntu-16.04.net core 2.0.0Build Status
Linuxmono 5.18.0.240Build Status

依赖

只需要满足下方其中一条.

安装

推荐使用 NuGet, 在你项目的根目录 执行下方的命令, 如果你使用 Visual Studio, 这时依次点击 Tools -> NuGet Package Manager -> Package Manager Console , 确保 "Default project" 是你想要安装的项目, 输入下方的命令进行安装.

PM> Install-Package Meting4Net

快速开始

using Meting4Net.Core;
   ...
// 初始化 网易云音乐API
Meting api = new Meting(ServerProvider.Netease);
// 获得 json 数据
string jsonStr = api.FormatMethod(true).Search("Soldier", new Meting4Net.Core.Models.Standard.Options
{
    page = 1,
    limit = 50
});

return Content(jsonStr, "application/json");
//[{"id":"35847388","name":"Hello","artist":["Adele"],"album":"Hello","pic_id":"1407374890649284","url_id":"35847388","lyric_id":"35847388","source":"netease"},{"id":"33211676","name":"Hello","artist":["OMFG"],"album":"Hello",...

使用

环境

相关项目

鸣谢

开放源代码许可

FOSSA Status

Contributors

Thanks goes to these wonderful people (emoji key):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore --> <table><tr><td align="center"><a href="https://yiyungent.github.io"><img src="https://avatars1.githubusercontent.com/u/16939388?v=4" width="100px;" alt="yiyun"/><br /><sub><b>yiyun</b></sub></a><br /><a href="https://github.com/yiyungent/Meting4Net/commits?author=yiyungent" title="Code">💻</a> <a href="https://github.com/yiyungent/Meting4Net/commits?author=yiyungent" title="Documentation">📖</a> <a href="#example-yiyungent" title="Examples">💡</a> <a href="#maintenance-yiyungent" title="Maintenance">🚧</a> <a href="https://github.com/yiyungent/Meting4Net/commits?author=yiyungent" title="Tests">⚠️</a></td></tr></table> <!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the all-contributors specification. Contributions of any kind welcome!

赞助者

感谢这些来自爱发电的赞助者:

<!-- AFDIAN-ACTION:START --> <a href="https://afdian.net/u/6c944aa0a55f11eabd5f52540025c377"> <img src="https://pic1.afdiancdn.com/user/6c944aa0a55f11eabd5f52540025c377/avatar/e0b9977363fe0b475e0fb6300c43b4be_w480_h480_s13.jpg?imageView2/1/w/120/h/120" width="40" height="40" alt="MonoLogueChi" title="MonoLogueChi"/> </a> <details> <summary>点我 打开/关闭 赞助者列表</summary> <a href="https://afdian.net/u/6c944aa0a55f11eabd5f52540025c377"> MonoLogueChi </a> <span>( 1 次赞助, 共 ¥28.2 ) 留言: 感谢你的开源项目</span><br> </details> <!-- 注意: 尽量将标签前靠,否则经测试可能被 GitHub 解析为代码块 --> <!-- AFDIAN-ACTION:END -->

本项目使用 afdian-action 自动更新赞助者列表

Donate

Meting4Net is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.

We accept donations through these channels:

Author

Meting4Net © yiyun, Released under the MIT License.<br> Authored and maintained by yiyun with help from contributors (list).

GitHub @yiyungent