{"id":19957597,"url":"https://github.com/cliftondavies/twitter","last_synced_at":"2026-04-08T11:31:39.979Z","repository":{"id":40007234,"uuid":"279969034","full_name":"cliftondavies/Twitter","owner":"cliftondavies","description":"A lightweight version of Twitter.","archived":false,"fork":false,"pushed_at":"2023-03-08T21:17:22.000Z","size":248,"stargazers_count":3,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T14:32:04.437Z","etag":null,"topics":["bulma","css3","html5","ruby","ruby-on-rails","sqlite3"],"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/cliftondavies.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,"zenodo":null}},"created_at":"2020-07-15T20:18:14.000Z","updated_at":"2022-08-31T02:00:00.000Z","dependencies_parsed_at":"2025-08-25T19:23:36.250Z","dependency_job_id":"7ec6dd18-3b50-4cca-b9f2-a6eb5f941d0f","html_url":"https://github.com/cliftondavies/Twitter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cliftondavies/Twitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliftondavies%2FTwitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliftondavies%2FTwitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliftondavies%2FTwitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliftondavies%2FTwitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cliftondavies","download_url":"https://codeload.github.com/cliftondavies/Twitter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliftondavies%2FTwitter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31554016,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"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":["bulma","css3","html5","ruby","ruby-on-rails","sqlite3"],"created_at":"2024-11-13T01:38:25.868Z","updated_at":"2026-04-08T11:31:39.956Z","avatar_url":"https://github.com/cliftondavies.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![Open Source Love png1](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/)\n![Tweeting](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)\n\n# Twitter\n\n\u003e A minimalist Twitter clone with full user authentication, so users can only access areas of the site they are authorised to.\n\n![screenshot](screenshot.png)\n\n## Functionality\n\n- User Account: Sign Up, Log in*, Update*, Delete*\n- Tweet: Create*, Edit*, Delete*\n\n## :toolbox: Tools \u0026 Technologies Used\n\n- Ruby v2.6.5\n- Ruby on Rails v5.2.4.3\n\n## :rocket: Getting Started\n\n### Dependencies\n\n- SQLite3\n- Devise v4.7.2\n- Bulma v0.9.0\n- Gravatar Image Tag v1.2\n- Simple Form v5.0.2\n\n### Configuration\n\n1. [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/)\n2. Install Ruby on Rails\n```\ngem install rails -v 5.2.3\n```\n3. [Install SQLite3](https://www.sqlite.org/download.html), if you don't already have it installed locally.\n4. Clone repo into your local environment using your favourite terminal:\n```\ngit clone [this-repo-url].git\n```\n5. Open project directory\n```\ncd directory-name\n```\n6. Bulk install dependencies\n```\nbundle\n```\n7. Set up database\n```\nrake db:migrate\n```\n8. Run Locally\n```\nrails s\n```\n9. Visit http://localhost:3000/\n\n## Author\n\n👤 **Clifton Davies**\n\n- Github: [@githubhandle](https://github.com/cliftondavies)\n- Twitter: [@twitterhandle](https://twitter.com/cliftonaedavies)\n- Linkedin: [linkedin](https://www.linkedin.com/in/clifton-davies-mbcs/)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\n1. Fork it\n2. Create feature branch\n`git checkout -b feature/fooBar`\n3. Commit changes\n`git commit -am 'Add some fooBar'`\n4. Push to the branch\n`git push origin feature/fooBar`\n5. Create new Pull Request\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Andy Leverenz\n\n## 📝 Copyright \u0026 License\n\nCopyright (c) 2020 Clifton Davies.\nThis project is licensed under [MIT](https://opensource.org/licenses/MIT). See LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcliftondavies%2Ftwitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcliftondavies%2Ftwitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcliftondavies%2Ftwitter/lists"}