{"id":18319756,"url":"https://github.com/redding/deas","last_synced_at":"2025-07-28T16:07:14.810Z","repository":{"id":7711325,"uuid":"9076443","full_name":"redding/deas","owner":"redding","description":"\"day-us\": Handler-based web framework powered by Sinatra (for now)","archived":false,"fork":false,"pushed_at":"2018-04-29T00:55:44.000Z","size":629,"stargazers_count":2,"open_issues_count":9,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-27T13:53:15.200Z","etag":null,"topics":["ruby","web-framework"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/redding.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}},"created_at":"2013-03-28T12:18:52.000Z","updated_at":"2025-07-14T00:30:19.000Z","dependencies_parsed_at":"2022-09-02T10:01:31.578Z","dependency_job_id":null,"html_url":"https://github.com/redding/deas","commit_stats":null,"previous_names":[],"tags_count":63,"template":false,"template_full_name":null,"purl":"pkg:github/redding/deas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdeas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdeas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdeas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdeas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redding","download_url":"https://codeload.github.com/redding/deas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdeas/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267529004,"owners_count":24102248,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ruby","web-framework"],"created_at":"2024-11-05T18:14:09.949Z","updated_at":"2025-07-28T16:07:14.782Z","avatar_url":"https://github.com/redding.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deas\n\nHandler-based web framework powered by Sinatra.\n\n## Usage\n\n```ruby\n# in your rackup file (or whatever)\n\nrequire 'deas'\n\nclass MyServer\n  include Deas::Server\n\n  router do\n    get '/', 'HelloWorldHandler'\n  end\n\nend\n\nclass HellowWorldHandler\n  include Deas::ViewHandler\n\n  def run!\n    body \"\u003ch1\u003eHello World\u003c/h1\u003e\"\n  end\n\nend\n\nserver = MyServer.new\nrun server\n```\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'deas'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install deas\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredding%2Fdeas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredding%2Fdeas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredding%2Fdeas/lists"}