{"id":15010649,"url":"https://github.com/piotrts/monsato","last_synced_at":"2026-04-02T02:42:13.458Z","repository":{"id":62433676,"uuid":"72578583","full_name":"piotrts/monsato","owner":"piotrts","description":"A lightweight MutationObserver wrapper for ClojureScript","archived":false,"fork":false,"pushed_at":"2017-06-24T21:39:29.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T13:25:51.832Z","etag":null,"topics":["clojure","clojurescript","mutationobserver"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/piotrts.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-01T21:32:38.000Z","updated_at":"2021-07-25T07:07:28.000Z","dependencies_parsed_at":"2022-11-01T21:01:33.121Z","dependency_job_id":null,"html_url":"https://github.com/piotrts/monsato","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/piotrts%2Fmonsato","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrts%2Fmonsato/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrts%2Fmonsato/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrts%2Fmonsato/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piotrts","download_url":"https://codeload.github.com/piotrts/monsato/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243290981,"owners_count":20267824,"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":["clojure","clojurescript","mutationobserver"],"created_at":"2024-09-24T19:35:12.344Z","updated_at":"2025-12-27T17:22:12.225Z","avatar_url":"https://github.com/piotrts.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monsato\n\n**A lightweight MutationObserver wrapper for ClojureScript**\n\nWork in progress. Current version: 0.1.0.\n\n## Installation\n\nAdd the following dependency to your `project.clj`:\n\n```clojure\n[monsato \"0.1.1\"]\n```\n\n## Example usage\n\n```clojure\n(require '[monsato.core :as m]\n         '[goog.dom :as gdom])\n\n(def obs (m/observer))\n\n(m/observe obs (gdom/getElement \"watchme\") #(prn %))\n  ```\n`observe` also accepts a core.async channel as its last parameter:\n\n```clojure\n(let [obs (m/observer)\n      ch (chan)]\n  (go-loop []\n    (prn (\u003c! ch))\n    (recur))\n  (m/observe obs (gdom/getElement \"watchme\") ch))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrts%2Fmonsato","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiotrts%2Fmonsato","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrts%2Fmonsato/lists"}