{"id":26573961,"url":"https://github.com/kacperfaber/codziennemotto-pl-app","last_synced_at":"2026-05-06T02:33:19.285Z","repository":{"id":196594755,"uuid":"631276147","full_name":"kacperfaber/codziennemotto-pl-app","owner":"kacperfaber","description":"🎈 Responsive web app made with ❤ in Mithril for CodzienneMotto.pl 🎈","archived":false,"fork":false,"pushed_at":"2023-09-26T10:05:37.000Z","size":1135,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T01:35:22.927Z","etag":null,"topics":["android","cross-platform","mithril","npm","typescript","webpack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/kacperfaber.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":"2023-04-22T14:03:45.000Z","updated_at":"2023-10-02T09:36:33.000Z","dependencies_parsed_at":"2023-09-26T11:46:28.965Z","dependency_job_id":null,"html_url":"https://github.com/kacperfaber/codziennemotto-pl-app","commit_stats":null,"previous_names":["kacperfaber/codziennemotto-pl-app"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kacperfaber/codziennemotto-pl-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacperfaber%2Fcodziennemotto-pl-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacperfaber%2Fcodziennemotto-pl-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacperfaber%2Fcodziennemotto-pl-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacperfaber%2Fcodziennemotto-pl-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kacperfaber","download_url":"https://codeload.github.com/kacperfaber/codziennemotto-pl-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacperfaber%2Fcodziennemotto-pl-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278254470,"owners_count":25956598,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"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":["android","cross-platform","mithril","npm","typescript","webpack"],"created_at":"2025-03-23T01:31:54.341Z","updated_at":"2025-10-04T01:41:00.731Z","avatar_url":"https://github.com/kacperfaber.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodzienneMotto.pl\nResponsive Cross-Platform Application for codziennemotto.pl\n\n**CodzienneMotto.pl** allows you to create a lists of daily quotes, invite users to join your list and schedule quote to specific day\n\u003cbR\u003e\nI made with ❤ in Mithril and TypeScript.\n\n\u003cimg src=\"assets/banner.png\"/\u003e\n\n## Installation\n\n\n```shell\n# Clone the repo and change current working directory.\ngit clone https://www.github.com/kacperfaber/codziennemotto-pl-app \u0026\u0026 cd codziennemotto-pl-app\n```\n\n#### Setup the app\n```shell\n# Install dependencies\nnpm install\n\n# Will download all assets\nnpm run setup\n```\n\n#### Run locally using serve\n\n```shell\n# Will use webpack.config.dev.js and run app as developer.\nnpm run run-dev\n```\n\n## Configuration\nThe app actually uses only two configuration values\n* **Profile** - When it's developer, we have some developer tools active.\n* **ApiUrl** - URL when codziennemotto.pl API running. See [api](https://www.github.com/kacperfaber/codziennemotto_pl_server)\n\n```js\n// I'm using webpack-define-plugin to put this configuration variables into build.\n// If you want to edit this, please see webpack.config.{profile}.js\n// where {profile} is your active profile.\n// for exmaple 'npm run run-dev' will work as developer.\n\nnew webpack.DefinePlugin({\n    \"process.env.PROFILE\": JSON.stringify(\"dev\"),\n    \"process.env.CONFIG\": JSON.stringify({apiUrl: \"http://localhost:8080\"})\n})\n```\n\n## Author\nKacper Faber\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkacperfaber%2Fcodziennemotto-pl-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkacperfaber%2Fcodziennemotto-pl-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkacperfaber%2Fcodziennemotto-pl-app/lists"}