{"id":20415675,"url":"https://github.com/emimontesdeoca/jordgubbe","last_synced_at":"2025-07-04T00:34:21.388Z","repository":{"id":119423315,"uuid":"88108319","full_name":"emimontesdeoca/jordgubbe","owner":"emimontesdeoca","description":":strawberry: A metro styled landing page for your links and apps.","archived":false,"fork":false,"pushed_at":"2018-05-24T22:52:53.000Z","size":25,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T19:27:00.425Z","etag":null,"topics":["angular","colours","css","landing","landing-page","metro","strawberry","weather"],"latest_commit_sha":null,"homepage":"https://emimontesdeoca.github.io/jordgubbe/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emimontesdeoca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-04-13T00:28:00.000Z","updated_at":"2020-07-21T15:23:01.000Z","dependencies_parsed_at":"2023-03-16T13:30:10.898Z","dependency_job_id":null,"html_url":"https://github.com/emimontesdeoca/jordgubbe","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"862c29fee35a4c673f7019fdbaa774952b05662c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emimontesdeoca/jordgubbe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emimontesdeoca%2Fjordgubbe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emimontesdeoca%2Fjordgubbe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emimontesdeoca%2Fjordgubbe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emimontesdeoca%2Fjordgubbe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emimontesdeoca","download_url":"https://codeload.github.com/emimontesdeoca/jordgubbe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emimontesdeoca%2Fjordgubbe/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263426390,"owners_count":23464795,"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":["angular","colours","css","landing","landing-page","metro","strawberry","weather"],"created_at":"2024-11-15T06:17:11.255Z","updated_at":"2025-07-04T00:34:21.351Z","avatar_url":"https://github.com/emimontesdeoca.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ejordgubbe :strawberry:\u003c/h1\u003e\n\n \u003cp align=\"center\"\u003eA landing page where you can list all the apps and services stored in different places and access them from a single page.\u003c/p\u003e\n \n  \u003cp align=\"center\"\u003e:star: You can try an example \u003ca href=\"https://emimontesdeoca.github.io/jordgubbe/\"\u003ehere\u003c/a\u003e :star:\u003c/p\u003e\n\n[![https://gyazo.com/3ddcf8d28366bc7bab946731d7c665c5](https://i.gyazo.com/3ddcf8d28366bc7bab946731d7c665c5.png)](https://gyazo.com/3ddcf8d28366bc7bab946731d7c665c5)\n\n## Introduction\nSo the main idea for this landing page was to have all my usual links plus the services stored on different servers/vms, like Deluge, CouchPotato, Sonarr and many more.\n\nI came up with this when I was looking for a landing page, there were good ones but I wanted to make something fresh and either material design o metro design, ended up picking metro because, well, it looks cool.\n\nAlso I used [simpleWeather](http://simpleweatherjs.com/) and added some weather information on the header.\n\n## Where are the links stored?\nEverything regarding the links are stored in a .json file, there for now, you can add the links with its title and colour.\n\nThis is ithe scheme of the json file:\n\n```json\n{  \n   \"name\": \"Sonarr\",\n   \"link\": \"https://sonarr.tv/\",\n   \"colour\": \"cyan\"\n}\n```\n`name`: is the title that is shown in the page.\u003cbr\u003e\n`link`: URL to the link/service/app.\u003cbr\u003e\n`colour`: Background colour of service, to see the available colours go to [css/colors.css](https://github.com/emimontesdeoca/jordgubbe/blob/master/css/colors.css).\n\n## What about the weather?\n\nEverything is pretty easy to modify, in the [js/app.js](https://github.com/emimontesdeoca/jordgubbe/blob/master/js/app.js) file you can see how the simplyWeather is, if you just want to change the location, change the loadWeather function call:\n\n```javascript\n{  \n   $(document).ready(function() {\n        loadWeather('your_location', '');\n    });\n}\n```\n\n## Questions and issues\n\nYou can use the github issue tracker for bug reports, feature requests, questions.\n\n## Thanks\n\nThanks to simplyWeather for its API, r/homelab for being a cool subreddit, and myself for finishing the project(for now!).\n\n## License\n\nMIT License\n\nCopyright (c) 2017 Emiliano Montesdeoca del Puerto\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femimontesdeoca%2Fjordgubbe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femimontesdeoca%2Fjordgubbe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femimontesdeoca%2Fjordgubbe/lists"}