Giter VIP home page Giter VIP logo

app-store-ratings's Introduction

App Store Ratings

This is a webapp that aggregates reviews for apps from the Apple App Store and Google Play.

Installation

  1. Clone the repo
  2. If you haven't got these modules already, run gem install compass sass coffee-script and npm install -g coffee-script yo
  3. run npm install and grunt install
  4. Your ready to go! Run grunt to start the server and go to localhost:8000

Configuration

To let the webapp know which app you want to show reviews of, you will need the app id(s) for them. Put them in config.coffee in the following format:

apps: [
  	{
  		name: 'Ocado'
  		iOS: 319691481
  		Android: 'com.ocado.mobile.android'
  		icon: 'http://a915.phobos.apple.com/us/r30/Purple4/v4/a5/2a/e0/a52ae0b6-b44f-826d-facb-fcbd241a1688/mzl.vzlmvftd.75x75-65.png'
  	}
  	{
  		name: 'Morrisons'
  		iOS: 766549078
  		Android: 'com.morrisons.mobile.android'
  		icon: 'http://a441.phobos.apple.com/us/r30/Purple5/v4/2b/87/46/2b874676-6223-06fe-1842-148127c37c68/mzl.csuqoele.75x75-65.png'
  	}
  ]

This app uses the Radian framework.

app-store-ratings's People

Contributors

mrniket avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

app-store-ratings's Issues

Cannot launch on OS X 10.9

I think I have installed all prerequisites as mentioned in README.md but I cannot launch App-Store-Ratings on OS X 10.9:

$ grunt 
Running "githash" task
>> Setting `git-commit` to 1c812e56b9517c16b0f9c935015e31af1f23d551

Running "install" task
>> Installed bower dependancies
Warning: Cannot read property 'stdout' of undefined Use --force to continue.

Aborted due to warnings.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.