{"id":16336500,"url":"https://github.com/justinwoo/purescript-makkori","last_synced_at":"2026-01-25T17:05:38.132Z","repository":{"id":58230870,"uuid":"124304705","full_name":"justinwoo/purescript-makkori","owner":"justinwoo","description":"A simple PureScript binding to Express made for easy interop.","archived":false,"fork":false,"pushed_at":"2018-05-30T17:08:41.000Z","size":10,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-19T19:46:58.375Z","etag":null,"topics":["purescript"],"latest_commit_sha":null,"homepage":"","language":"PureScript","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/justinwoo.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}},"created_at":"2018-03-07T22:57:52.000Z","updated_at":"2023-02-04T23:37:44.000Z","dependencies_parsed_at":"2022-08-30T20:01:43.136Z","dependency_job_id":null,"html_url":"https://github.com/justinwoo/purescript-makkori","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/justinwoo/purescript-makkori","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinwoo%2Fpurescript-makkori","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinwoo%2Fpurescript-makkori/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinwoo%2Fpurescript-makkori/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinwoo%2Fpurescript-makkori/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justinwoo","download_url":"https://codeload.github.com/justinwoo/purescript-makkori/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinwoo%2Fpurescript-makkori/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28755563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"last_error":"SSL_read: 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":["purescript"],"created_at":"2024-10-10T23:44:22.759Z","updated_at":"2026-01-25T17:05:38.115Z","avatar_url":"https://github.com/justinwoo.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PureScript Makkori\n\n[![Build Status](https://travis-ci.org/justinwoo/purescript-makkori.svg?branch=master)](https://travis-ci.org/justinwoo/purescript-makkori)\n\nSimple bindings to Express made for easy interop.\n\n![](https://i.imgur.com/VK9ADpH.png)\n\nThis is an incomplete library. If you find that something is missing, make some FFI/coerced functions to work with and make some issues or PRs. Or make your own library, that's fine too.\n\n## Example\n\n```hs\nmain = do\n  app \u003c- M.makeApp\n  server \u003c- M.listen (M.Port 9999) mempty app\n  json \u003c- M.makeJSONMiddleware {}\n  M.use (M.Path \"/\") json app\n  M.get\n    (M.Path \"/get-test\")\n    (M.makeHandler (\\_ res -\u003e M.sendResponse \"GET OK\" res))\n    app\n  M.post\n    (M.Path \"/post-test\")\n    (M.makeHandler\n      (\\req res -\u003e do\n\t  body \u003c- (readString \u003c=\u003c readProp \"a\") \u003c$\u003e M.getBody req\n\t  M.sendResponse \"POST OK\" res))\n    app\n\n  M.close mempty server\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinwoo%2Fpurescript-makkori","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustinwoo%2Fpurescript-makkori","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinwoo%2Fpurescript-makkori/lists"}