{"id":21285853,"url":"https://github.com/rishabhtayal/itc-api","last_synced_at":"2025-07-11T11:32:37.812Z","repository":{"id":77937623,"uuid":"102787813","full_name":"RishabhTayal/itc-api","owner":"RishabhTayal","description":"Backend API project for ReviewMonitor iOS app.","archived":false,"fork":false,"pushed_at":"2018-01-15T13:56:33.000Z","size":118,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T03:21:48.032Z","etag":null,"topics":["itc-api","itunes-api","itunes-connect","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RishabhTayal.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-07T21:33:58.000Z","updated_at":"2018-11-19T03:33:13.000Z","dependencies_parsed_at":"2023-02-25T21:45:15.665Z","dependency_job_id":null,"html_url":"https://github.com/RishabhTayal/itc-api","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/RishabhTayal/itc-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RishabhTayal%2Fitc-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RishabhTayal%2Fitc-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RishabhTayal%2Fitc-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RishabhTayal%2Fitc-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RishabhTayal","download_url":"https://codeload.github.com/RishabhTayal/itc-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RishabhTayal%2Fitc-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264795402,"owners_count":23665231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["itc-api","itunes-api","itunes-connect","ruby"],"created_at":"2024-11-21T11:25:59.878Z","updated_at":"2025-07-11T11:32:37.804Z","avatar_url":"https://github.com/RishabhTayal.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# itc-api\n\n[![Build Status](https://travis-ci.org/RishabhTayal/itc-api.svg?branch=master)](https://travis-ci.org/RishabhTayal/itc-api)\n[![Version](https://img.shields.io/github/release/RishabhTayal/itc-api.svg)](https://github.com/RishabhTayal/itc-api/releases/latest)\n[![GitHub contributors](https://img.shields.io/github/contributors/RishabhTayal/itc-api.svg)](https://GitHub.com/RishabhTayal/itc-api/graphs/contributors/)\n[![License](https://img.shields.io/badge/license-MIT-999999.svg)](https://github.com/RishabhTayal/itc-api/blob/master/LICENSE)\n[![Contact](https://img.shields.io/badge/contact-%40Rishabh_Tayal-3a8fc1.svg)](https://twitter.com/Rishabh_Tayal)\n\nBackend API project for [ReviewMonitor](https://github.com/RishabhTayal/ReviewMonitor/) iOS app.\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/RishabhTayal/itc-api)\n\n# Installation\n\n### Prerequisites\n\nMake sure you have [bundler](http://bundler.io) installed. Otherwise install it with following command\n``` gem install bundler ```\nRuby 2.4.0 +\n\n### Installing\n\nClone the repo ``` git clone https://github.com/RishabhTayal/itc-api.git ```\nTo install all dependencies run  ``` bundle install ```\nIf this is done run:  ``` ruby server.rb ```\n\nThat's all, to stop press Ctrl + C\n\n# Update to a new version\n\nFrom time to time there will be updates to `itc-api`. There are 2 ways to update your Heroku application:\n\n### Recommended: Using the terminal\n\n- Install the [Heroku toolbelt](https://toolbelt.heroku.com/) and `heroku login`\n- Clone your application using `heroku git:clone --app [heroku_app_name]` (it will be an empty repo)\n- `cd [heroku_app_name]`\n- `git pull https://github.com/RishabhTayal/itc-api`\n- `git push`\n\n### Using Heroku website\n\n- Delete your application on [heroku.com](https://www.heroku.com/)\n- [Create a new itc-api application](https://www.heroku.com/deploy?template=https://github.com/RishabhTayal/itc-api)\n\n# Troubleshooting\n - RVM used your Gemfile for selecting Ruby... -\u003e This is only a warning skip it or run ``` rvm rvmrc warning ignore allGemfiles ```\n \n - Error on run: undefined... \u003cmain\u003e:... -\u003e Run  ``` bundle install ```  and check if there are no errors\n \n# Contributing to the app\n\nWant to see something implemented in the app? We are always looking for some contributors who can help with some more features. Create an [issue](https://github.com/RishabhTayal/ReviewMonitor/issues/new) or [PR](https://github.com/RishabhTayal/ReviewMonitor/compare) if you are interested. Want to get involved in discussions? Join our [Slack channel](https://itc-manager-slack-invite.herokuapp.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishabhtayal%2Fitc-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishabhtayal%2Fitc-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishabhtayal%2Fitc-api/lists"}