{"id":22038831,"url":"https://github.com/chrisdwheatley/endpointer","last_synced_at":"2025-06-28T04:36:11.838Z","repository":{"id":11851416,"uuid":"14409285","full_name":"chrisdwheatley/endpointer","owner":"chrisdwheatley","description":"Rapidly serve static JSON endpoints to your front end application","archived":false,"fork":false,"pushed_at":"2013-12-03T21:32:56.000Z","size":316,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-17T04:02:07.126Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","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/chrisdwheatley.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}},"created_at":"2013-11-14T22:51:48.000Z","updated_at":"2014-08-04T10:41:57.000Z","dependencies_parsed_at":"2022-09-23T02:40:43.816Z","dependency_job_id":null,"html_url":"https://github.com/chrisdwheatley/endpointer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chrisdwheatley/endpointer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisdwheatley%2Fendpointer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisdwheatley%2Fendpointer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisdwheatley%2Fendpointer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisdwheatley%2Fendpointer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisdwheatley","download_url":"https://codeload.github.com/chrisdwheatley/endpointer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisdwheatley%2Fendpointer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260424193,"owners_count":23007017,"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":[],"created_at":"2024-11-30T11:08:17.107Z","updated_at":"2025-06-28T04:36:11.811Z","avatar_url":"https://github.com/chrisdwheatley.png","language":"CSS","readme":"# Endpointer\n\nEndpointer allows rapid integration of JSON endpoints into your front end application, helping you;\n\n* Have a set of reliable endpoints to hit when your application may be in a state of flux\n* Keep stubbed or test JSON out of your codebase\n* Easily amend the values being passed through into your application\n\n## Getting Started\n\nEndpointer is being developed with the aim of being a deployable instance accessible to your whole team. Currently however the quickest and most reliable way to get up and running is to use the application on your local machine.\n\n#### Dependencies\n\n* nodejs\n* npm\n\n#### Local Machine\n\nClone the repository\n```\n$ git clone git@github.com:swirlycheetah/endpointer.git\n```\n\nSwitch to the Endpointer folder\n\n```\n$ cd endpointer\n```\n\nInstall the required dependencies\n\n```\n$ npm install\n```\n\nStart the application\n\n*By default Endpointer runs on port 80, you can amend this by passing though a port argument followed by the desired port number.*\n\n```\n$ node src/endpointer.js\n```\n\nor\n\n```\n$ node src/endpointer.js port \u003cport number\u003e\n```\n\nOpen the application within your browser by visiting `localhost` or `localhost:\u003cport number\u003e` respectively to begin uploading endpoints.\n\n## Roadmap\n\nThis is very much an alpha release, there are many more features planned, including;\n\n* Tests\n* Full Heroku support (currently you can deploy to Heroku but there is no support for true file uploads as Heroku has an ephemeral filesystem)\n* EC2 support\n* Design\n\n## Licence\n\nEndpointer is released under the MIT license:\n[opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisdwheatley%2Fendpointer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisdwheatley%2Fendpointer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisdwheatley%2Fendpointer/lists"}