{"id":18791126,"url":"https://github.com/sendilkumarn/giphagram","last_synced_at":"2026-04-26T22:31:11.354Z","repository":{"id":95495075,"uuid":"191227140","full_name":"sendilkumarn/giphagram","owner":"sendilkumarn","description":"A Giphy based Instagram","archived":false,"fork":false,"pushed_at":"2019-06-10T18:56:49.000Z","size":214,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-21T14:17:49.338Z","etag":null,"topics":["e2e-testing","giphy","giphy-api","instagram","lint","vue","vuejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/sendilkumarn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-10T18:49:10.000Z","updated_at":"2019-07-22T04:21:23.000Z","dependencies_parsed_at":"2023-03-22T20:30:24.531Z","dependency_job_id":null,"html_url":"https://github.com/sendilkumarn/giphagram","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sendilkumarn/giphagram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendilkumarn%2Fgiphagram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendilkumarn%2Fgiphagram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendilkumarn%2Fgiphagram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendilkumarn%2Fgiphagram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sendilkumarn","download_url":"https://codeload.github.com/sendilkumarn/giphagram/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendilkumarn%2Fgiphagram/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"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":["e2e-testing","giphy","giphy-api","instagram","lint","vue","vuejs"],"created_at":"2024-11-07T21:14:47.476Z","updated_at":"2026-04-26T22:31:11.338Z","avatar_url":"https://github.com/sendilkumarn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Giphagram\n\nWelcome to the world of giphy. Download the zip file and unzip the contents into a folder. \nGo inside the folder and then run the following commands to see the application.\n\n## Installation\nTo setup the project run and install all the required dependencies.\n```\nnpm install\n```\n\n## Run the application\nTo start the local development server that compiles and hot-reloads for development.\n```\nnpm run serve\n```\nThe above command will run the application in [http://localhost:8080](http://localhost:8080).\n\n## Progressive Web App\nFind the PDF attached. [lighthouse.pdf](https://github.com/sendilkumarn/giphagram/blob/master/lighthouse-report.pdf)\n\n## Testing\nTo run the tests (both unit and e2e tests)\n```\nnpm run test\n```\n\n#### e2e testing\nRun the end-to-end tests using (this starts Cypress server and runs the end to end tests in it)\n```\nnpm run test:e2e\n```\n\n#### unit testing\nRun the unit tests using \n```\nnpm run test:unit\n```\n\n### Current Coverage status\n```\n-----------------------|----------|----------|----------|----------|-------------------|\nFile                   |  % Stmts | % Branch |  % Funcs |  % Lines | Uncovered Line #s |\n-----------------------|----------|----------|----------|----------|-------------------|\nAll files              |    96.75 |    94.74 |       90 |    98.25 |                   |\n src                   |      100 |      100 |      100 |      100 |                   |\n  App.vue              |      100 |      100 |      100 |      100 |                   |\n src/components        |      100 |    92.86 |      100 |      100 |                   |\n  Giphagram.vue        |      100 |      100 |      100 |      100 |                   |\n  ImageLoader.vue      |      100 |      100 |      100 |      100 |                   |\n  InfiniteListView.vue |      100 |       50 |      100 |      100 |                44 |\n  LayoutSelector.vue   |      100 |      100 |      100 |      100 |                   |\n  Search.vue           |      100 |      100 |      100 |      100 |                   |\n src/directives        |    84.21 |     87.5 |    66.67 |    94.12 |                   |\n  LazyLoadDirective.js |    84.21 |     87.5 |    66.67 |    94.12 |                10 |\n src/services          |    85.71 |      100 |      100 |    85.71 |                   |\n  constants.js         |      100 |      100 |      100 |      100 |                   |\n  giphyService.js      |       80 |      100 |      100 |       80 |                14 |\n src/store             |      100 |      100 |      100 |      100 |                   |\n  actions.js           |      100 |      100 |      100 |      100 |                   |\n  getters.js           |      100 |      100 |      100 |      100 |                   |\n  index.js             |      100 |      100 |      100 |      100 |                   |\n  mutation-actions.js  |      100 |      100 |      100 |      100 |                   |\n  mutations.js         |      100 |      100 |      100 |      100 |                   |\n-----------------------|----------|----------|----------|----------|-------------------| \n```\n## Production build\nIf you would like to compile and build the application in production mode. Run the following command.\n```\nnpm run build\n```\n\n## Linting \nTo lint the files run\n```\nnpm run lint\n```\nor pass in the `--fix` to fix any linting errors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendilkumarn%2Fgiphagram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsendilkumarn%2Fgiphagram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendilkumarn%2Fgiphagram/lists"}