{"id":38880290,"url":"https://github.com/venturachrisdev/flickerjs","last_synced_at":"2026-01-17T14:41:49.521Z","repository":{"id":57238440,"uuid":"58155959","full_name":"venturachrisdev/flickerjs","owner":"venturachrisdev","description":"A Super fast and simple web framework for node.js","archived":false,"fork":false,"pushed_at":"2017-07-06T17:01:11.000Z","size":128,"stargazers_count":21,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-18T20:48:32.581Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://flickerstudio.github.io/flickerjs/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/venturachrisdev.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","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":"2016-05-05T19:38:48.000Z","updated_at":"2022-08-10T12:12:06.000Z","dependencies_parsed_at":"2022-08-26T15:11:56.029Z","dependency_job_id":null,"html_url":"https://github.com/venturachrisdev/flickerjs","commit_stats":null,"previous_names":["flickerstudio/flickerjs","flickerstudio/flicker.js"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/venturachrisdev/flickerjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venturachrisdev%2Fflickerjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venturachrisdev%2Fflickerjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venturachrisdev%2Fflickerjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venturachrisdev%2Fflickerjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/venturachrisdev","download_url":"https://codeload.github.com/venturachrisdev/flickerjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venturachrisdev%2Fflickerjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28510563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"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":"2026-01-17T14:41:48.872Z","updated_at":"2026-01-17T14:41:49.507Z","avatar_url":"https://github.com/venturachrisdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![logo](/assets/flickerjs.png)](https://www.npmjs.com/package/flickerjs)\nA Super fast and simple web framework for [node.js](http://nodejs.org/).\n\n[![Build Status](https://travis-ci.org/FlickerStudio/flickerjs.svg?branch=master)](https://travis-ci.org/FlickerStudio/flickerjs) [![Dependency Status](https://david-dm.org/flickerstudio/flickerjs.svg)](https://david-dm.org/flickerstudio/flickerjs) [![Build status](https://ci.appveyor.com/api/projects/status/qgxx72iq7wiluutm?svg=true)](https://ci.appveyor.com/project/flickerapps/flickerjs)\n```javascript\nconst flicker = require('flickerjs');\nvar app = flicker();\napp\n    .add({\n    url: '/',\n    handler: (req, res) =\u003e {\n        res.send('Hello Flicker.js');\n        }\n    })\n    .listen(3000);\n\n```\nInstall\n====\n```\n$ npm install flickerjs\n```\n\nUsage\n====\n\n###[Documentacion del proyecto en español](https://github.com/flickerapps/flickerjs)\n\nvia [flicker-easy](https://www.npmjs.com/package/flicker-easy) package.\nGenerating the app:\n```\n$ flickerjs todolist\n```\nOr\n```\n$ flicker todolist /mydir\n$ cd mydir\n```\nInstall dependencies:\n```\n$ npm install\n```\nStarting your server\n```\n$ npm start\n```\n\nExamples\n====\nTo view examples clone the repo and run the example you want.\nList of example files:\n\n* api.js\n* app.js\n* basic.js\n* router.js\n* next.js\n\n```\n$ git clone https://github.com/flickerstudio/flickerjs.git\n$ cd flickerjs\n$ npm install\n$ node /examples/[file]\n\n```\n\nTests\n====\nTo run tests, after you clone the repo:\n```\n$ npm install\n$ npm test\n```\n\nMini Doc\n====\n[Flicker Quick Guide](GUIDE.md)\n\n\n\nContributors\n====\nThanks to:\n* [Christopher Ventura](http://github.com/chrisvent)\n* [Dawson Botsford](http://github.com/dawsonbotsford)\n\nLicense\n====\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fventurachrisdev%2Fflickerjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fventurachrisdev%2Fflickerjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fventurachrisdev%2Fflickerjs/lists"}