-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRead Me.txt
20 lines (16 loc) · 856 Bytes
/
Read Me.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Read Me
By Yike Xue
**********************************************************************
Introduction~
The app is a simple music search application using following apis:
https://itunes.apple.com/search?term=tom+waits
http://lyrics.wikia.com/api.php?func=getSong&artist=Tom+Waits&song=new+coat+of+paint&fmt=json
**********************************************************************
How to test it~
First, clone the project from Github to you mac machine.
If it's a zip file, unzip it.
Find the "Music Search.xcodeproj" file, click it to open Xcode.
Click "Run" in "Product" menu and then you can test it in simulator.
**********************************************************************
Notice~
For all the input fields in the app, please don't input special symbols other than " ", "+", "\"", "\'", "/", otherwise you might not get a right result.