This repo is customization for the beautiful project: smashing. Check the original repository if you're looking for a way of making your dashboard.
The data are coming from the AppAnnie API. Free accounts on AppAnnie can have limitations on the usage of the API. Check the AppAnnie's website for more information.
- Shows data for two apps, one android and one iOS
- Fetches and stores the user rating and shows in a chart.
- Shows the current rating
- Shows the current ranking in one selected category
- Shows the list of latest 10 iOS reviews.
The project uses DotEnv to load all the sensible information.
To use your data create a .env
file with these variables
APPANNIE_APIKEY=<your appannie api key>
IOS_APP_ID=<ios application id from ITC>
IOS_PRIMARY_CATEGORY=<the selected category as reported on appannie api>
ANDROID_APP_ID=<android application id>
ANDROID_PRIMARY_CATEGORY=<the selected category as reported on appannie api>
To find the exact name of the category you're interested, refer to the AppAnnie Category list API. here
- Clone this repository
- Add the
.env
file with your data - run
bundle install
- run
smashing run
- Open your browser to http://localhost:3030
- Enjoy
Click on the button below to deploy thi project on Heroku.
After the deploy do not forget to set the environment variables.