{"id":18419357,"url":"https://github.com/giddyeffects/bookmarking_app","last_synced_at":"2026-04-16T03:33:14.763Z","repository":{"id":48022966,"uuid":"100474213","full_name":"giddyeffects/bookmarking_app","owner":"giddyeffects","description":"A simple bookmarking App using Electron and updated to use latest VueJs 2+ and latest Firebase SDK","archived":false,"fork":false,"pushed_at":"2022-12-08T13:30:12.000Z","size":1473,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-10T08:34:27.241Z","etag":null,"topics":["electron","firebase-database","vuejs2","webpack"],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/giddyeffects.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":"2017-08-16T09:46:57.000Z","updated_at":"2020-05-07T14:33:22.000Z","dependencies_parsed_at":"2023-01-25T13:45:40.249Z","dependency_job_id":null,"html_url":"https://github.com/giddyeffects/bookmarking_app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/giddyeffects/bookmarking_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giddyeffects%2Fbookmarking_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giddyeffects%2Fbookmarking_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giddyeffects%2Fbookmarking_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giddyeffects%2Fbookmarking_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giddyeffects","download_url":"https://codeload.github.com/giddyeffects/bookmarking_app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giddyeffects%2Fbookmarking_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["electron","firebase-database","vuejs2","webpack"],"created_at":"2024-11-06T04:16:45.958Z","updated_at":"2026-04-16T03:33:14.722Z","avatar_url":"https://github.com/giddyeffects.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A simple bookmarking App using Electron and updated to use latest VueJs 2+ and latest Firebase SDK\n\nThis is an update for the electron version (1.6.11), webpack version (3.5.4), latest VueJS version (2.4.2) and the latest Firebase SDK (4.2.0) for the tutorial by [coligo](http://coligo.io/bookmarking-app-electron-vuejs-firebase/)\n\n### Clone the repository\n``` git clone https://github.com/giddyeffects/bookmarking_app \u003cyour_folder\u003e```\n### Setup Firebase database config file\n Create a file called **config.js** in the folder **app/store/** with contents below\n```javascript\nlet config = {\n    apiKey: \"\u003cYour API KEY\u003e\",\n    authDomain: \"\u003cyour-project-id\u003e.firebaseapp.com\",\n    databaseURL: \"https://\u003cyour-project-id\u003e.firebaseio.com\",\n    projectId: \"\u003cyour-project-id\u003e\",\n    storageBucket: \"\u003cyour-project-id\u003e.appspot.com\",\n    messagingSenderId: \"\u003cYour Messaging Sender ID\u003e\"\n };\n\n export default config\n ```\n\n ### Install dependencies\n Change directory to \u003cyour_folder\u003e\n ```bash\n npm install\n ```\n\n ### Run the build\n ```bash\n webpack\n ```\n or\n ```bash\n node_modules\\.bin\\webpack (if you have installed webpack locally)\n ```\n\n ### Launch the App\n ```bash\n npm start\n ```\n And start bookmarking your favourite sites...\n ### @TODO\n More updates expected: e.g. Add full CRUD to categories and bookmarks","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiddyeffects%2Fbookmarking_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiddyeffects%2Fbookmarking_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiddyeffects%2Fbookmarking_app/lists"}