{"id":20741735,"url":"https://github.com/gavindmello/celer","last_synced_at":"2025-07-16T02:42:13.044Z","repository":{"id":91207445,"uuid":"73921317","full_name":"GavinDmello/celer","owner":"GavinDmello","description":"🚴 A dead simple REST framework","archived":false,"fork":false,"pushed_at":"2018-02-05T10:47:42.000Z","size":17,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-24T03:46:01.459Z","etag":null,"topics":["framework","http"],"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/GavinDmello.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":"2016-11-16T13:09:56.000Z","updated_at":"2017-07-28T10:42:51.000Z","dependencies_parsed_at":"2023-03-13T17:49:22.398Z","dependency_job_id":null,"html_url":"https://github.com/GavinDmello/celer","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GavinDmello%2Fceler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GavinDmello%2Fceler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GavinDmello%2Fceler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GavinDmello%2Fceler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GavinDmello","download_url":"https://codeload.github.com/GavinDmello/celer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250559998,"owners_count":21450168,"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":["framework","http"],"created_at":"2024-11-17T06:42:51.151Z","updated_at":"2025-04-24T03:46:06.311Z","avatar_url":"https://github.com/GavinDmello.png","language":"JavaScript","readme":"# Celer  \u0026nbsp;\u0026nbsp;[![Build Status](https://travis-ci.org/GavinDmello/celer.svg?branch=master)](https://travis-ci.org/GavinDmello/celer.svg?branch=master)\u0026nbsp; [![Coverage Status](https://coveralls.io/repos/github/GavinDmello/celer/badge.svg?branch=master)](https://coveralls.io/github/GavinDmello/celer?branch=master)\nA very simple REST framework implementation based on pure string matching and events.\n\n-------------------------------------------------------\n### Here is an example of the the usage :-\n\n\n```js\n\nconst Celer = require('celer')\nconst celer = new Celer()\n\nconst PORT = 8888\n\nceler.get('/hi', function(req, res) {\n    res.send('Hello World')\n})\n\nceler.post('/hi', function(req, res) {\n    res.send('Hello World')\n})\n\nceler.listen(PORT, function() {\n    console.log(\"Server listening on: http://localhost:%s\", PORT)\n})\n\n```\n\n\n-------------------------------------------------------\n### LICENSE\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavindmello%2Fceler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgavindmello%2Fceler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavindmello%2Fceler/lists"}