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

https://github.com/alimy/chi-music

Sample code use Mir and go-chi provide sample music info
https://github.com/alimy/chi-music

go-chi go-mir web

Last synced: about 1 year ago
JSON representation

Sample code use Mir and go-chi provide sample music info

Awesome Lists containing this project

README

          

# ChiMusic
Just a sample code use [Mir](https://github.com/alimy/mir) and [go-chi](http://github.com/go-chi/chi) provide sample music info.
This project is inspiration like [spring-music](https://github.com/cloudfoundry-samples/spring-music)

### Usage
```bash
$ git clone https://github.com/alimy/chi-music
$ cd chi-music
$ make serve # visit in browser http://localhost:8013/
```

### OpenApi documents
```bash
$ make api # if success you can browser api document in http://localhost:8080
```

### Screen Shot
* Card Mode
![screenshot_index_c](https://raw.githubusercontent.com/alimy/mir-music/master/docs/pictures/screenshot_index_c.png)

* List Mode
![screenshot_index_l](https://raw.githubusercontent.com/alimy/mir-music/master/docs/pictures/screenshot_index_l.png)

* OpenApi of music
![screenshot_openapi](https://raw.githubusercontent.com/alimy/mir-music/master/docs/pictures/screenshot_openapi.png)