{"id":17624558,"url":"https://github.com/drylikov/remindme","last_synced_at":"2026-04-19T07:34:34.243Z","repository":{"id":258852071,"uuid":"875797332","full_name":"drylikov/remindme","owner":"drylikov","description":"Remindme - is a simple application written in Erlang which will remind you anything you want.","archived":false,"fork":false,"pushed_at":"2024-10-20T21:11:43.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"drylikov","last_synced_at":"2025-10-25T21:01:52.000Z","etag":null,"topics":["app","concurency","erlang","event","linux","otp","server","supervisor"],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/drylikov.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-20T21:07:22.000Z","updated_at":"2025-03-19T16:10:34.000Z","dependencies_parsed_at":"2024-10-21T01:42:58.717Z","dependency_job_id":null,"html_url":"https://github.com/drylikov/remindme","commit_stats":null,"previous_names":["drylikov/remindme"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drylikov/remindme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drylikov%2Fremindme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drylikov%2Fremindme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drylikov%2Fremindme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drylikov%2Fremindme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drylikov","download_url":"https://codeload.github.com/drylikov/remindme/tar.gz/refs/heads/drylikov","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drylikov%2Fremindme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31999056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["app","concurency","erlang","event","linux","otp","server","supervisor"],"created_at":"2024-10-22T22:04:34.313Z","updated_at":"2026-04-19T07:34:34.224Z","avatar_url":"https://github.com/drylikov.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://github.com/lk-geimfari/remindme\"\u003e\n    \u003cp align=\"center\"\u003e\n      \u003cimg src=\"https://raw.githubusercontent.com/lk-geimfari/remindme/master/media/logo.png\"\u003e\n    \u003c/p\u003e\n\u003c/a\u003e\n\n\n**Remindme** - is a simple application written in Erlang which will remind you anything you want. Just run it!\n\n### Build\nTo run application just build:\n\n```\n➜ erl -make\n➜ erl -pa ebin/\n➜ erl\n```\n\n### Usage\n\n```erlang \n%% Run\n1\u003e remindme_server:start().\n\u003c0.39.0\u003e\n\n%% Sublsicrbe\n2\u003e remindme_server:subscribe(self()).\n{ok,#Ref\u003c0.0.2.39\u003e}\n\n%% Deadline datetime\n3\u003e DateTime = {{2017,9,17},{20,0,0}}.                          \n{{2017,9,17},{20,0,0}}\n\n%% Add event\n4\u003e remindme_server:add_event(\"Sup\", \"test\", DateTime).\nok\n\n%% Listen\n5\u003e remindme_server:listen(5).\n[]\n\n%% Cancel event\n6\u003e remindme_server:cancel(\"Sup\").\nok\n\n%% Add new event\n7\u003e remindme_server:add_event(\"Sup sup\", \"test\", DateTime).\nok\n\n8\u003e remindme_server:listen(2000).                                      \n[{done, \"Sup sup\", \"test\"}]\n```\n\n### Thanks\nThanks for Fred Hebert for great book.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrylikov%2Fremindme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrylikov%2Fremindme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrylikov%2Fremindme/lists"}