{"id":18074378,"url":"https://github.com/headwinds/clojure-shed","last_synced_at":"2026-04-17T01:02:38.625Z","repository":{"id":150897463,"uuid":"142711503","full_name":"headwinds/clojure-shed","owner":"headwinds","description":"a simple API to store stuff using closure, leiningen, docker-compose, and SQL deployed to zeit","archived":false,"fork":false,"pushed_at":"2019-08-19T16:02:05.000Z","size":12522,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-19T04:32:19.298Z","etag":null,"topics":["clojure","clojurescript","postgresql"],"latest_commit_sha":null,"homepage":"","language":null,"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/headwinds.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":"2018-07-28T21:32:56.000Z","updated_at":"2019-08-19T16:02:07.000Z","dependencies_parsed_at":"2023-04-08T19:47:13.951Z","dependency_job_id":null,"html_url":"https://github.com/headwinds/clojure-shed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/headwinds/clojure-shed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwinds%2Fclojure-shed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwinds%2Fclojure-shed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwinds%2Fclojure-shed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwinds%2Fclojure-shed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/headwinds","download_url":"https://codeload.github.com/headwinds/clojure-shed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwinds%2Fclojure-shed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31910584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["clojure","clojurescript","postgresql"],"created_at":"2024-10-31T10:12:26.927Z","updated_at":"2026-04-17T01:02:36.568Z","avatar_url":"https://github.com/headwinds.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# clojure-shed\n* explore a series of lessons that build up your Clojure \u0026 ClojureScript skills gradually\n* the final lesson produces a simple API to store stuff securely using Clojure, Clojurescript, Leiningen, Crypto, and PostgreSQL deployed to Heroku\n* geek out \u0026 fantasize about colonizing mars and decide what essentials we'd bring along on our trip\n\n![](https://66.media.tumblr.com/8ff3c3639da840033e81d276b1b256b4/tumblr_ph2w8qYXTT1qzwmsso1_1280.jpg?v=4\u0026s=400)\n\n[“The Moose Shed”](https://cabinporn.com/post/180586468964) a hunter’s cabin in Masardis,...\n\n## Lessons\n\nYou can find the source code for each lesson in their own repos listed below.\n\nComplete 3/4\n\n* ✅[lesson 1](https://github.com/headwinds/astronaut) Clojure - map, filter, find, reduce - [demo](https://glacial-badlands-20785.herokuapp.com/)\n* ✅[lesson 2](https://github.com/headwinds/whistlepunk) Clojure PostgreSQL - Achievements \u0026 Event Logger - [demo](https://rocky-ridge-38501.herokuapp.com/)\n* ✅[lesson 3](https://github.com/headwinds/reagent-reframe-material-ui) Clojure \u0026 ClojureScript (with Reagent/Reframe \u0026 the Star Wars API) - [demo](https://reagent-reframe-material.now.sh/)\n* 🚧[lesson 4](https://github.com/headwinds/creeps) Clojure (with Crypto, Dota 2 \u0026 Strava APIs) PostgreSQL ClojureScript - 75% complete\n\n## Requirements\n\n- install [clojure](https://clojure.org/)     \n- install [java](https://java.com/en/download/)      \n- install [leiningen](https://leiningen.org/)      \n\nIf you are on a Mac, it's best to install each with [brew](https://brew.sh/)     \n\n- review my guide to [learning Clojure](https://github.com/headwinds/clojure-shed/tree/master/docs/learning_clojure.md)\n- review my guide to [learning Clojurescript](https://github.com/headwinds/clojure-shed/tree/master/docs/learning_clojurescript.md)\n\n## Deployment\n\nEach lesson has its own readme.md on how to deploy to Heroku\n\n#### Heroku\n\nFor more information about using Clojure on Heroku, see these Dev Center articles:\n\n- [Getting Started with Clojure on Heroku](https://devcenter.heroku.com/articles/getting-started-with-clojure)\n- [Clojure on Heroku](https://devcenter.heroku.com/categories/clojure)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheadwinds%2Fclojure-shed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheadwinds%2Fclojure-shed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheadwinds%2Fclojure-shed/lists"}