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

https://github.com/vpaliy/music-app

A fully-featured music app that contains various elements of Material Design.
https://github.com/vpaliy/music-app

android-application android-boilerplate clean-architecture music-player

Last synced: about 2 months ago
JSON representation

A fully-featured music app that contains various elements of Material Design.

Awesome Lists containing this project

README

        

# Melophile

`Melophile` is a simple music app which uses [SoundCloud API](https://soundcloud.com/stream).

# Features #
- stream music
- like/unlike a song
- follow/unfollow users
- search for tracks, users, playlists
- view playlists, users, tracks
- invite friends (thanks to `Firebase Invites`)
- browse your listening history

# Running #
- clone repository using `git clone https://github.com/vpaliy/Melophile.git`
- obtain a `client_id`, `client_secret` key by registering [here](https://developers.soundcloud.com/docs/api/reference).

# Demo #

![](https://github.com/vpaliyX/Melophile/blob/master/art/playlist.gif)
![](https://github.com/vpaliyX/Melophile/blob/master/art/user.gif)
![](https://github.com/vpaliyX/Melophile/blob/master/art/fourth.png)

![](https://github.com/vpaliyX/Melophile/blob/master/art/player.png)

![](https://github.com/vpaliyX/Melophile/blob/master/art/second_2.png)

![](https://github.com/vpaliyX/Melophile/blob/master/art/first_1.png)

![](https://github.com/vpaliyX/Melophile/blob/master/art/third.png)

![](https://github.com/vpaliyX/Melophile/blob/master/art/sixth.png)

## License ##

``````
Apache License

Copyright (c) 2021 Vasyl Paliy

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
``````