https://github.com/zwimer/searchartists
For Eaton
https://github.com/zwimer/searchartists
Last synced: 9 months ago
JSON representation
For Eaton
- Host: GitHub
- URL: https://github.com/zwimer/searchartists
- Owner: zwimer
- License: gpl-3.0
- Created: 2017-03-15T06:19:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-03T15:44:37.000Z (about 9 years ago)
- Last Synced: 2025-10-10T11:38:11.427Z (9 months ago)
- Language: C++
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Search Artists
This is a handy little tool that will allow you to search Apple for your favorite artist's media.
## Disclaimer
This application preforms only minor error checking and relies on multiple external libraries. While the application itself should be free of leaks, I cannot guarantee the same for the external libraries; nor can I guarantee that they function properly on every operating system.
## Requirements
This application requires a C++14 compiler, json.hpp (included), and libcurl.
## Installation Instructions
First clone this repository
```bash
git clone https://github.com/zwimer/SearchArtists
```
Next make a build directory and cd into it
```bash
mkdir SearchArtists/build && SearchArtists/build
```
Then run qmake followed by make
```bash
qmake ../Eaton.pro && make
```
## Usage
This application takes no command like arguments.