{"id":20529849,"url":"https://github.com/rosano/emojilog","last_synced_at":"2025-04-14T05:20:53.290Z","repository":{"id":155865335,"uuid":"308870029","full_name":"rosano/emojilog","owner":"rosano","description":"Measure your progress.","archived":false,"fork":false,"pushed_at":"2024-04-04T17:10:40.000Z","size":558,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T02:24:39.431Z","etag":null,"topics":["0data","fission","journaling","local-first","mood-tracker","offline-first","personal-tracking","quantified-self","remotestorage","unhosted"],"latest_commit_sha":null,"homepage":"https://emojilog.rosano.ca","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rosano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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},"funding":{"open_collective":"rosano"}},"created_at":"2020-10-31T11:49:27.000Z","updated_at":"2023-10-27T23:06:17.000Z","dependencies_parsed_at":"2023-09-28T10:12:10.236Z","dependency_job_id":"74ffca23-38af-433a-942e-aa3aca289ec3","html_url":"https://github.com/rosano/emojilog","commit_stats":{"total_commits":551,"total_committers":2,"mean_commits":275.5,"dds":0.007259528130671544,"last_synced_commit":"aadc19e9d613aebc9bcc8f962c175f1669db3b7a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosano%2Femojilog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosano%2Femojilog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosano%2Femojilog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosano%2Femojilog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rosano","download_url":"https://codeload.github.com/rosano/emojilog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248824993,"owners_count":21167412,"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":["0data","fission","journaling","local-first","mood-tracker","offline-first","personal-tracking","quantified-self","remotestorage","unhosted"],"created_at":"2024-11-15T23:34:21.018Z","updated_at":"2025-04-14T05:20:53.259Z","avatar_url":"https://github.com/rosano.png","language":"JavaScript","funding_links":["https://opencollective.com/rosano"],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://emojilog.rosano.ca\"\u003e\u003cimg alt=\"Project logo\" src=\"https://static.rosano.ca/emojilog/identity.svg\" width=\"64\" /\u003e\u003c/a\u003e\n\n# [Emoji Log](https://emojilog.rosano.ca)\n\n_Measure your progress_\n\n\u003ca href=\"https://emojilog.rosano.ca\"\u003eEmoji Log\u003c/a\u003e helps you measure your progress by making it simple to track when meaningful steps are taken. Read the \u003ca href=\"https://emojilog.rosano.ca/guide\"\u003eguide\u003c/a\u003e for more details.\n\n\u003ca href=\"https://emojilog.rosano.ca/track\"\u003e\u003cimg alt=\"Open app\" src=\"http://static.rosano.ca/_shared/_RCSAppButton.svg\" /\u003e\u003c/a\u003e\n\n## Architecture\n\nThe project follows a [Universal folder structure](https://rosano.hmm.garden/01f71kp52knc5nnv08qr9kzj3m) and is a large collection of mostly small modules or functions that are put together using [Svelte](https://svelte.dev) and [Rollup](https://rollupjs.org). With the exception of a few 'global' or 'magic' things such as the localization function `OLSKLocalized`, most resources used by a module should be in the same folder or referenced by path name.\n\nRouting, rendering markdown content, and serving pages is done via a Node.js server (usually configured in the *controller.js* files).\n\n## Development Setup\n\n(For a deeper dive, watch [the tutorial](https://rosano.hmm.garden/01f62t5yseb053m024v1mczbzy)).\n\nInstall [Node.js and npm](https://nodejs.org/en/download/), then:\n\n```\nnpm run setup\n```\n\nThis should create an `.env` file if there is none. If you encounter errors referring to this file, you can find missing variables in `.env-sample`.\n\n## Running\n\n### Start the Rollup process to build and reload automatically\n\n```\nnpm run watch\n```\n\n### Start the Node.js server to view in the browser\n\n```\nnpm start\n```\n\nIt should be accessible at \u003ca href=\"http://localhost:3000\" target=\"_blank\"\u003ehttp://localhost:3000\u003c/a\u003e.\n\n## Testing\n\nSee [Testing logic and interfaces](https://rosano.hmm.garden/01f7v3hk3txz5d0v9ms467x8bz) for a tutorial.\n\n### Run logic tests\n\n```\nnpm test \n```\n\n### Run interface tests\n\n```\nnpm test ui\n```\n\nTo filter interface test paths by string:\n\n```\nnpm test ui match=Timer\n```\n\nTo filter interface test paths by JavaScript regular expressions:\n\n```\nnpm test ui match='/(template|browse)/'\n```\n\n## ❤️\n\nHelp me keep creating projects that are public, accessible for free, and open-source.\n\n\u003ca href=\"https://rosano.ca/back\"\u003e\u003cimg alt=\"Become a backer\" src=\"https://static.rosano.ca/_shared/_RCSBackButton.svg\" /\u003e\u003c/a\u003e\n\n## License\n\nThe code is released under a [Hippocratic License](https://firstdonoharm.dev), modified to exclude its use for surveillance capitalism and also to require large for-profit entities to purchase a paid license.\n\n## Questions\n\nFeel free to reach out on [Mastodon](https://rosano.ca/mastodon) or [Twitter](https://rosano.ca/twitter).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosano%2Femojilog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frosano%2Femojilog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosano%2Femojilog/lists"}