Inspired by this python script.
bash scrape.sh
- Scrapes itunes website to get the app ids
- Use itunes search api to get the app details, including icon url, and save to MySQL db.
- Analyze and group icons by colors using ImageMagick.
The demo app is using Angular 1, MySQL, Express.
- Serve in dev mode
gulp serve
- Create minified distrubution for production
gulp build:dist
- Serve in prod mode
pm2 startOrRestart pm2-prod.json
- Create better way to group icon colors. Currently it is only using ImageMagick's scale command to get the dominant color.