From 0014c759b679443c0e267c3ae8041349e334ec3c Mon Sep 17 00:00:00 2001 From: Carlos Martinez Date: Sat, 30 Dec 2017 14:27:37 -0300 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed4dee6 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Android iTunes API + +This project is an example of how to integrate iTunes API to retrieve a list of artists, it also allows you to search for artists. + +## Authors + +* **Carlos Martinez** - *Project design* - [Hako](https://github.com/hakodeveloper) + +## License + +This project is licensed under The Unlicense - see the [LICENSE.md](LICENSE.md) file for details + +## Acknowledgments + +* [anthonycr](https://github.com/anthonycr) for the [Grant](https://github.com/anthonycr/Grant) library +* [Square](https://github.com/square) team for the [OkHttp](https://github.com/square/okhttp) library