{"id":22208278,"url":"https://github.com/steenhansen/isomorphic-react-on-heroku","last_synced_at":"2026-04-16T05:03:11.505Z","repository":{"id":56498832,"uuid":"67665764","full_name":"steenhansen/Isomorphic-React-on-Heroku","owner":"steenhansen","description":" Isomorphic React fixed-data-table for displaying SffAudio media on Heroku","archived":false,"fork":false,"pushed_at":"2024-10-08T21:21:27.000Z","size":32036,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T04:42:37.284Z","etag":null,"topics":["google-sheets","heroku","javascript","mongodb","nodejs","react","rss"],"latest_commit_sha":null,"homepage":"https://sffaudio.herokuapp.com/podcast/table","language":"HTML","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/steenhansen.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":"2016-09-08T03:38:30.000Z","updated_at":"2024-10-08T21:21:31.000Z","dependencies_parsed_at":"2024-12-02T19:17:30.076Z","dependency_job_id":"190bb8aa-93db-4570-95ef-63e520650189","html_url":"https://github.com/steenhansen/Isomorphic-React-on-Heroku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steenhansen%2FIsomorphic-React-on-Heroku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steenhansen%2FIsomorphic-React-on-Heroku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steenhansen%2FIsomorphic-React-on-Heroku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steenhansen%2FIsomorphic-React-on-Heroku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steenhansen","download_url":"https://codeload.github.com/steenhansen/Isomorphic-React-on-Heroku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245401372,"owners_count":20609163,"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":["google-sheets","heroku","javascript","mongodb","nodejs","react","rss"],"created_at":"2024-12-02T19:17:19.759Z","updated_at":"2026-04-16T05:03:11.478Z","avatar_url":"https://github.com/steenhansen.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"fast-start\"\u003e\u003c/a\u003e\n\u003ca name=\"s\"\u003e\u003c/a\u003e\n\u003ca id=\"s\"\u003e\u003c/a\u003e\n\nIsomorphic-React-on-Heroku takes a [Google Sheet](https://docs.google.com/spreadsheets/d/17TwPecDRNw5JS9_WT6t3cl40e5M46z8ALwnvFalHDZc)\n and saves the data in a MongoDB Atlas database to produce [isomorphic Html/JavaScript](https://sffaudio.herokuapp.com/podcast/table) via Node.js.\n\n\n  \u003cimg src=\"./images/tall-iso.webp\" width=\"800\"\u003e\n\n\n\nMedia types: \n\n\nRSD [HTML/JavaScript](https://sffaudio.herokuapp.com/rsd/table)\n\nPodcast [HTML/JavaScript](https://sffaudio.herokuapp.com/podcast/table)\n\n![Output](images/isometric-react.png)\n\nHeroku Environment Variables:\n\n![Heroku Config Variables](images/heroku_settings_config_vars.png)\n\nSystem Setup:\n\n- Download [Node.js with npm](https://nodejs.org/en/download/)\n\n- If '$ python --version' yeilds an error then install [Python](https://www.python.org/downloads/windows/)\n\tand add Python to global System variables PATH\n\n- If '$ git --version' yields an error then install command line [Git](https://gitforwindows.org/)\n    \t\tand add '...Git/cmd' to global System variables PATH\n    \n- npm install --global gulp-cli\n- npm install --global webpack \n- npm install --global webpack-cli  \n    \n- Get a MongoDb [Atlas database](https://www.mongodb.com/cloud/atlas)\n\n- Download [MongoDB Compass](https://www.mongodb.com/try/download/compass) to view Atlas databases\n\nInstall:\n\n- $ npm install\n\n- $ npm install --force            // --force stops \"npm WARN notsup SKIPPING OPTIONAL DEPENDENCY\"\n\n\nBuild:\n \n- $ gulp all\n\nTest:\n\n- $ gulp test --test-isomorphic-react-credentials.js    // db secrets from outiside git repo\n\n- NB, since tests are not local sometimes one or two tests fail because of timeouts; re-run\n\nLaunch:\n\n- $ npm start                                   // start on Heroku, secrets in 'process.env'\n\n- $ npm start --  real-isomorphic-react-credentials.js        // start locally, db secrets from outiside git repo\n    \n- $ npm start --  test-isomorphic-react-credentials.js       \n\nCron:\n\n- $ node run-cron rsd     real-isomorphic-react-credentials.js\n\n- $ node run-cron pdf     real-isomorphic-react-credentials.js\n\n- $ node run-cron podcast real-isomorphic-react-credentials.js\n    \n- $ node run-cron rsd     test-isomorphic-react-credentials.js\n\n- $ node run-cron pdf     test-isomorphic-react-credentials.js\n\n- $ node run-cron podcast test-isomorphic-react-credentials.js\n\n![Heroku Scheduler](images/heroku_cron.png)\n\n\nLoad db ( user/pass ):\n\n- http://localhost:5000/change    // choose 'next' continuously until back at change\n\nView:\n\n- http://localhost:5000/\n    \n- http://localhost:5000/rsd/rss     https://sffaudio.herokuapp.com/rsd/rss\n    \n- http://localhost:5000/rsd/table   https://sffaudio.herokuapp.com/rsd/table\n    \n- http://localhost:5000/rsd/mobile  https://sffaudio.herokuapp.com/rsd/mobile\n    \n- http://localhost:5000/change      https://sffaudio.herokuapp.com/change      \n\nExamples:\n\n- https://sffaudio.herokuapp.com/rsd/table       \n    \n- https://sffaudio.herokuapp.com/podcast/table  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteenhansen%2Fisomorphic-react-on-heroku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteenhansen%2Fisomorphic-react-on-heroku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteenhansen%2Fisomorphic-react-on-heroku/lists"}