{"id":18614904,"url":"https://github.com/andrewjbateman/next-excel-gcp","last_synced_at":"2026-04-19T13:32:48.452Z","repository":{"id":42224398,"uuid":"156073982","full_name":"AndrewJBateman/next-excel-gcp","owner":"AndrewJBateman","description":":clipboard: Next.js React used to connect to a GCP project excel sheet 'backend'","archived":false,"fork":false,"pushed_at":"2023-03-04T02:57:40.000Z","size":861,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T01:34:29.641Z","etag":null,"topics":["fireship","gcp","html5","javascript","nextjs","reactjs","sheets","sheets-api","tutorial-code"],"latest_commit_sha":null,"homepage":"","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/AndrewJBateman.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-04T11:13:40.000Z","updated_at":"2021-06-25T16:14:06.000Z","dependencies_parsed_at":"2025-02-18T03:44:49.178Z","dependency_job_id":"66094c58-53a9-41ea-ba5a-6ece25f55691","html_url":"https://github.com/AndrewJBateman/next-excel-gcp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/next-excel-gcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnext-excel-gcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnext-excel-gcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnext-excel-gcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnext-excel-gcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/next-excel-gcp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnext-excel-gcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["fireship","gcp","html5","javascript","nextjs","reactjs","sheets","sheets-api","tutorial-code"],"created_at":"2024-11-07T03:27:24.011Z","updated_at":"2026-04-19T13:32:48.431Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: Next Excel GCP\n\n* Next.js React used to connect to a GCP project excel sheet 'backend'\n* Code from [Fireship: Google Sheets… Your Next Database?](https://www.youtube.com/watch?v=K6Vcfm7TA5U) with correction/user info.\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/next-excel-gcp?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/next-excel-gcp?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/next-excel-gcp?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/next-excel-gcp?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [General info](#general-info)\n* [Screenshots](#screenshots)\n* [Technologies](#technologies)\n* [Setup](#setup)\n* [Features](#features)\n* [Status](#status)\n* [Inspiration](#inspiration)\n* [Contact](#contact)\n\n## :books: General info\n\n* Text from Google Docs Sheet displayed in simple table.\n* Includes navigation from title to content page\n* There is no styling\n\n## :camera: Screenshots\n\n![Image of tech](./imgs/image.png)\n\n## :signal_strength: Technologies\n\n* [React v17](https://reactjs.org/) Javascript library.\n* [Next v11](https://nextjs.org/) minimalist framework for rendering react apps on the server.\n* [Google APIs Node.js Client npm module v78](https://www.npmjs.com/package/googleapis) client library for using Google APIs.\n* [React dangerouslySetInnerHTML](https://reactjs.org/docs/dom-elements.html) \"is React’s replacement for using innerHTML in the browser DOM. In general, setting HTML from code is risky because it’s easy to **inadvertently expose your users to a cross-site scripting (XSS) attack.** So, you can set HTML directly from React, but you have to type out dangerouslySetInnerHTML and pass an object with a __html key, to remind yourself that it’s dangerous.\"\n\n## :floppy_disk: Setup\n\n* Install dependencies using `npm i`\n* Add GCP project credentials etc. as per tutorial\n* `npm run dev` runs the Next app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.\n* `npm run lint` lints all files using ESLint - no warnings or errors\n\n## :wrench: Testing\n\n* N/A\n\n## :computer: Code Examples\n\n* function to display the posts with link to content page\n\n```javascript\nexport default function Post({ posts }) {\n\treturn (\n\t\t\u003carticle\u003e\n\t\t\t\u003ch1\u003ePosts\u003c/h1\u003e\n\t\t\t\u003cul\u003e\n\t\t\t\t{posts.map((v, i) =\u003e (\n\t\t\t\t\t\u003cli key={v}\u003e\n\t\t\t\t\t\t\u003cLink href={`/posts/${i + 2}`}\u003e\n\t\t\t\t\t\t\t\u003ca\u003e{v}\u003c/a\u003e\n\t\t\t\t\t\t\u003c/Link\u003e\n\t\t\t\t\t\u003c/li\u003e\n\t\t\t\t))}\n\t\t\t\u003c/ul\u003e\n\t\t\u003c/article\u003e\n\t);\n}\n```\n\n## :cool: Features - Frontend\n\n* Connecting to a GCP Docs Excel sheet using Next.js and not much code\n\n## :clipboard: Status, Testing \u0026 To-Do List\n\n* Status: Working\n* To-Do: This could be expanded with pretty cards to display the data\n\n## :clap: Inspiration\n\n* [Fireship: Google Sheets… Your Next Database?](https://www.youtube.com/watch?v=K6Vcfm7TA5U)\n\n## :file_folder: License\n\n* N/A\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fnext-excel-gcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fnext-excel-gcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fnext-excel-gcp/lists"}