{"id":25558923,"url":"https://github.com/davewm/monzo-cljs","last_synced_at":"2025-06-28T19:32:26.938Z","repository":{"id":75933094,"uuid":"76207198","full_name":"DaveWM/monzo-cljs","owner":"DaveWM","description":null,"archived":false,"fork":false,"pushed_at":"2017-06-01T21:18:27.000Z","size":162,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-24T07:39:16.276Z","etag":null,"topics":["cljs","monzo"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/DaveWM.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,"publiccode":null,"codemeta":null}},"created_at":"2016-12-11T23:43:50.000Z","updated_at":"2017-03-02T10:22:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"720d6b86-152b-4e31-8dad-069c62bfdae8","html_url":"https://github.com/DaveWM/monzo-cljs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DaveWM/monzo-cljs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveWM%2Fmonzo-cljs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveWM%2Fmonzo-cljs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveWM%2Fmonzo-cljs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveWM%2Fmonzo-cljs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaveWM","download_url":"https://codeload.github.com/DaveWM/monzo-cljs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveWM%2Fmonzo-cljs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262484150,"owners_count":23318405,"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":["cljs","monzo"],"created_at":"2025-02-20T16:26:18.470Z","updated_at":"2025-06-28T19:32:26.900Z","avatar_url":"https://github.com/DaveWM.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monzo-cljs\n\nA [reagent](https://github.com/reagent-project/reagent) web app for interacting with your monzo accounts.\n\nWhile monzo is in beta, you must host monzo-cljs yourself, using your own client id and secret. Add these details to `src/cljs/monzo_cljs/credentials.cljs` like so:\n\n```clojure\n(ns monzo-cljs.credentials)\n\n(def credentials {:client-id \"id\"\n                  :client-secret \"secret\"})\n```\n\n## Development Mode\n\n### Start Cider from Emacs:\n\nPut this in your Emacs config file:\n\n```\n(setq cider-cljs-lein-repl \"(do (use 'figwheel-sidecar.repl-api) (start-figwheel!) (cljs-repl))\")\n```\n\nNavigate to a clojurescript file and start a figwheel REPL with `cider-jack-in-clojurescript` or (`C-c M-J`)\n\n### Compile css:\n\nCompile css file once.\n\n```\nlein garden once\n```\n\nAutomatically recompile css file on change.\n\n```\nlein garden auto\n```\n\n### Run application:\n\n```\nlein clean\nlein figwheel dev\n```\n\nFigwheel will automatically push cljs changes to the browser.\n\nWait a bit, then browse to [http://localhost:3449](http://localhost:3449).\n\n### Run tests:\n\n```\nlein clean\nlein doo phantom test once\n```\n\nThe above command assumes that you have [phantomjs](https://www.npmjs.com/package/phantomjs) installed. However, please note that [doo](https://github.com/bensu/doo) can be configured to run cljs.test in many other JS environments (chrome, ie, safari, opera, slimer, node, rhino, or nashorn). \n\n## Production Build\n\n```\nlein clean\nlein cljsbuild once min\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavewm%2Fmonzo-cljs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavewm%2Fmonzo-cljs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavewm%2Fmonzo-cljs/lists"}