{"id":16682315,"url":"https://github.com/lk-geimfari/remindme","last_synced_at":"2025-03-13T11:17:27.013Z","repository":{"id":66067337,"uuid":"103792782","full_name":"lk-geimfari/remindme","owner":"lk-geimfari","description":"Remindme - is a simple application written in Erlang which will remind you anything you want.","archived":false,"fork":false,"pushed_at":"2017-09-17T17:26:45.000Z","size":20,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T06:06:42.078Z","etag":null,"topics":["app","concurency","erlang","event","link","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lk-geimfari.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-17T00:34:57.000Z","updated_at":"2021-02-19T06:44:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a507200-572b-4c46-813c-3b3765bd8799","html_url":"https://github.com/lk-geimfari/remindme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lk-geimfari%2Fremindme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lk-geimfari%2Fremindme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lk-geimfari%2Fremindme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lk-geimfari%2Fremindme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lk-geimfari","download_url":"https://codeload.github.com/lk-geimfari/remindme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243392326,"owners_count":20283565,"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":["app","concurency","erlang","event","link","otp","server","supervisor"],"created_at":"2024-10-12T14:07:00.437Z","updated_at":"2025-03-13T11:17:26.994Z","avatar_url":"https://github.com/lk-geimfari.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%2Flk-geimfari%2Fremindme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flk-geimfari%2Fremindme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flk-geimfari%2Fremindme/lists"}