{"id":23705706,"url":"https://github.com/pouchdb/pouchdb-express-router","last_synced_at":"2026-03-11T22:02:54.953Z","repository":{"id":23419767,"uuid":"26782461","full_name":"pouchdb/pouchdb-express-router","owner":"pouchdb","description":"An Express submodule with a CouchDB style REST interface to PouchDB.","archived":false,"fork":false,"pushed_at":"2023-12-05T12:05:15.000Z","size":18,"stargazers_count":24,"open_issues_count":6,"forks_count":16,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-23T09:54:12.767Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/pouchdb.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":"2014-11-17T23:30:57.000Z","updated_at":"2024-02-14T18:45:05.000Z","dependencies_parsed_at":"2024-06-18T21:35:25.140Z","dependency_job_id":"b59b0754-b48e-404e-8e5e-950738ae879a","html_url":"https://github.com/pouchdb/pouchdb-express-router","commit_stats":null,"previous_names":["daleharvey/pouchdb-express-router"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pouchdb/pouchdb-express-router","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchdb%2Fpouchdb-express-router","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchdb%2Fpouchdb-express-router/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchdb%2Fpouchdb-express-router/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchdb%2Fpouchdb-express-router/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pouchdb","download_url":"https://codeload.github.com/pouchdb/pouchdb-express-router/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchdb%2Fpouchdb-express-router/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30404103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T21:51:19.558Z","status":"ssl_error","status_checked_at":"2026-03-11T21:50:57.892Z","response_time":84,"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":[],"created_at":"2024-12-30T14:56:50.841Z","updated_at":"2026-03-11T22:02:54.928Z","avatar_url":"https://github.com/pouchdb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pouchdb-express-router\n\n\u003e An Express submodule with a CouchDB style REST interface to PouchDB.\n\n## Introduction\n\n**pouchdb-express-router** is an expressjs routing module that provides the\nminimal API to allow PouchDB instance to replicate over HTTP, it is designed\nto be mounted into expressjs web application to provide an endpoint for\nPouchDB applications to sync with.\n\nThe code is primarily forked from [https://github.com/pouchdb/express-pouchdb](https://github.com/pouchdb/express-pouchdb) to help users provide a minimal install.\n\n## Example Usage\n\nHere's a sample Express app, which we'll name `app.js`.\n\n```javascript\nvar express = require('express');\nvar app = express();\nvar PouchDB = require('pouchdb');\n\napp.use('/db', require('pouchdb-express-router')(PouchDB));\n\napp.listen(3000);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpouchdb%2Fpouchdb-express-router","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpouchdb%2Fpouchdb-express-router","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpouchdb%2Fpouchdb-express-router/lists"}