Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

Latest commit

 

History

History
44 lines (37 loc) · 870 Bytes

README.md

File metadata and controls

44 lines (37 loc) · 870 Bytes

Description

Features

  • Searching for audio/video/album
  • Fetching hot/trending song list
  • Get download link for audio/video/album

APIs that work so far

  • csn_search
  • csn_fetch_hot
  • csn_fetch_song_info_url
  • csn_fetch_album_info_url
  • csn_fetch_song_info
  • csn_fetch_album_info
  • csn_batch_fetch_song_info

Build

$ meson build
$ cd build && ninja

Demo

Since this is a library, it's neccessary to build a demo program to test

$ make
$ export LD_LIBRARY_PATH=./build
$ ./demo "shallow"

The result should look like this demo

Run tests

$ ninja test

Licence

MIT

Author(s)