{"id":21421921,"url":"https://github.com/rlancer/gapi-starter","last_synced_at":"2025-07-14T08:30:59.179Z","repository":{"id":32846979,"uuid":"36440575","full_name":"rlancer/gapi-starter","owner":"rlancer","description":"A boiler plate for dealing with the Google Javascript APIs in a ReactJS and Webpack environment ","archived":false,"fork":false,"pushed_at":"2017-10-27T16:26:13.000Z","size":144,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-08-11T20:17:37.813Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/rlancer.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-28T13:34:43.000Z","updated_at":"2023-08-11T20:17:37.813Z","dependencies_parsed_at":"2022-09-05T16:11:38.330Z","dependency_job_id":null,"html_url":"https://github.com/rlancer/gapi-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlancer%2Fgapi-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlancer%2Fgapi-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlancer%2Fgapi-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlancer%2Fgapi-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rlancer","download_url":"https://codeload.github.com/rlancer/gapi-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225964799,"owners_count":17552411,"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":[],"created_at":"2024-11-22T20:40:46.000Z","updated_at":"2024-11-22T20:40:46.869Z","avatar_url":"https://github.com/rlancer.png","language":"JavaScript","readme":"Google Login \u0026 API + ReactJS + Flow + Webpack starter kit\n=========================================================\n\nGoogle API's are great but they were designed before the module partner of Javascript programing became popular.\nThis starter fixes that handing Google login and library loading for you.\n\n# Get the Code!\n\n    git clone https://github.com/rlancer/gapi-starter.git\n    cd gapi-starter\n    npm install\n\n\n# Add in your Project's Settings\n\nCreate a file titled **app_settings.json** in the root directory.\n\n```JSON\n{\n  \"client_id\": \"Your apps client ID from the Google API console\",\n  \"libraries\": [\n    {\n      \"name\": \"compute\",\n      \"version\": \"v1\"\n    },\n    {\n      \"name\": \"drive\",\n      \"version\": \"v2\"\n    },\n    {\n      \"name\": \"gmail\",\n      \"version\": \"v1\"\n    },\n    {\n      \"name\": \"calendar\",\n      \"version\": \"v3\"\n    },\n    {\n          \"name\": \"all the other libs you wont to work with\",\n          \"version\": \"v3\"\n        }\n\n  ],\n  \"scopes\": [\n    \"profile scope added automatically\",\n    \"https://www.googleapis.com/auth/compute.readonly\",\n    \"https://www.googleapis.com/auth/compute\",\n    \"https://www.googleapis.com/auth/cloud-platform\"\n  ]\n}\n```\n\n\n# Run the Webpack Dev Server\n\n    webpack-dev-server --progress --colors --port 9030\n\n# Ensure that the Javascript Origin is Set\n\nIn the [Google API Console](https://console.developers.google.com)\n\nUnder Credentials, make sure that the project has the proper Javascript origin set for both production and development.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlancer%2Fgapi-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frlancer%2Fgapi-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlancer%2Fgapi-starter/lists"}