TuneS is a music search and social website powered by Spotify Web API. Major features are:
- Search track/album/artist and view details.
- Like subject or comment.
- Comment on the subject.
- Edit album/artist introduction and track lyric.
- Follow users.
- View user profile.
For development, you will only need Node.js installed on your environement.
In src/port.js, you need to set the server url manually for testing. Currently, the server is hosted on https://tunes-api.herokuapp.com.
In the project directory, you can run:
Installs the dependencies in the local node_modules folder.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Zexi Han, Zhongheng Yang, Tao Ouyang