Skip to content

zhaocnus/app_store_vis

Repository files navigation

App store icon visualization

DEMO

Scrape app data.

Inspired by this python script.

bash scrape.sh
  1. Scrapes itunes website to get the app ids
  2. Use itunes search api to get the app details, including icon url, and save to MySQL db.
  3. Analyze and group icons by colors using ImageMagick.

Serve demo app

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

Todos

  • Create better way to group icon colors. Currently it is only using ImageMagick's scale command to get the dominant color.

About

app store visualization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published