{"id":21566087,"url":"https://github.com/shanev/koa-ios-api","last_synced_at":"2026-04-16T12:05:00.345Z","repository":{"id":66460487,"uuid":"115818863","full_name":"shanev/koa-ios-api","owner":"shanev","description":"Self-hosted API server for iOS apps, with push notifications and user accounts.","archived":false,"fork":false,"pushed_at":"2018-01-01T13:15:02.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T05:19:35.812Z","etag":null,"topics":["api-server","ios","koa","mongodb","nodejs","push-notifications"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/shanev.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":"2017-12-30T19:36:31.000Z","updated_at":"2018-01-01T13:16:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"a768fc7d-3468-46d0-9fff-5081696f81dd","html_url":"https://github.com/shanev/koa-ios-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shanev/koa-ios-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanev%2Fkoa-ios-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanev%2Fkoa-ios-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanev%2Fkoa-ios-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanev%2Fkoa-ios-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shanev","download_url":"https://codeload.github.com/shanev/koa-ios-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanev%2Fkoa-ios-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31884931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["api-server","ios","koa","mongodb","nodejs","push-notifications"],"created_at":"2024-11-24T10:23:33.482Z","updated_at":"2026-04-16T12:05:00.329Z","avatar_url":"https://github.com/shanev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Koa iOS API\n\nBarebones API server for iOS apps using ES2017 Javascript and best practices. Built on [Koa](http://koajs.com), the next-generation web framework for node.js. Fork it as a starting point for your own server.\n\nStack:\n\n* MongoDB\n* Redis\n\nFeatures:\n\n* Authentication using JSON Web Tokens\n* Push notifications using [node-apn](https://github.com/node-apn/node-apn)\n* REST API\n* User model\n\nRequires node v7.6.0 or higher for async function support.\n\n## Install\n\n`git clone https://github.com/shanev/koa-ios-api \u0026\u0026 cd koa-ios-api`\n\n`npm install`\n\nCreate a .env file with environment variables specific to your app:\n\n```\nAPN_AUTH_KEYPATH=xxx\nAPN_KEY_ID=xxx\nAPN_TEAM_ID=xxx\nJWT_SECRET=secret\nMONGO_URL=mongodb://localhost/your-app-db\nMONGOOSE_DEBUG=false\nREDIS_URL=redis://localhost:6379\n```\n\n## Run\n\nStart MongoDB:\n\n`npm run mongo`\n\nStart Redis (optional):\n\n`npm run redis`\n\nStart Koa:\n\n`npm start`\n\n## Tests\n\n`npm test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanev%2Fkoa-ios-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshanev%2Fkoa-ios-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanev%2Fkoa-ios-api/lists"}