{"id":21435436,"url":"https://github.com/german-cobian/tv-shows-api","last_synced_at":"2026-04-12T14:38:48.342Z","repository":{"id":180018258,"uuid":"664448753","full_name":"German-Cobian/TV-Shows-API","owner":"German-Cobian","description":"This Javascript app fetches and posts info from/into two different APIs regarding TV shows. It displays a listing of those that match the search criteria, with their name, image and number of likes received. The user can then select a show to get more info on it (including comments posted by other users), post a like or post a comment.","archived":false,"fork":false,"pushed_at":"2023-10-04T23:20:01.000Z","size":11412,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T09:15:28.492Z","etag":null,"topics":["css3","html","javascript","webpack"],"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/German-Cobian.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}},"created_at":"2023-07-10T02:13:13.000Z","updated_at":"2023-07-18T18:32:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"b57fc465-cdc7-4d51-af15-a60ef7637747","html_url":"https://github.com/German-Cobian/TV-Shows-API","commit_stats":null,"previous_names":["german-cobian/tv-shows-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/German-Cobian%2FTV-Shows-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/German-Cobian%2FTV-Shows-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/German-Cobian%2FTV-Shows-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/German-Cobian%2FTV-Shows-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/German-Cobian","download_url":"https://codeload.github.com/German-Cobian/TV-Shows-API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945623,"owners_count":20372897,"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":["css3","html","javascript","webpack"],"created_at":"2024-11-22T23:44:11.115Z","updated_at":"2025-12-31T00:19:53.587Z","avatar_url":"https://github.com/German-Cobian.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"git add .\n![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# Tv-Shows-Api\n\nThis Javascript app fetches Tv-shows from the TvMaze API. \n\nFrom the home page the user can input a term related to the Tv-show that they are searching for (could be the full name or part of the name of the Tv-show): \n\n![Homepage](/assets/for-presentation/Homepage.png?raw=true \"Homepage\")\n\nThe app will then render a listing of all the tv shows that match the search criteria, displaying their image as well as their name.\n\n![Listing pre-likes](/assets/for-presentation/Tv-shows-listing-pre-likes.png?raw=true \"Tv-Show listing pre-likes\")\n\nThe user can the input \"likes\" on the Tv-show of his/her choice.\n\n![Listing liked](/assets/for-presentation/Tv-shows-listing-liked.png?raw=true \"Tv-Show listing liked\")\n\nThe comment button brings up a popup window with additional information regarding the Tv-show (genre, language, network where it aired, rating, date when it premiered and when it ended), the comments posted by other users (if any)...\n\n![Pop-up](/assets/for-presentation/Tv-show-details.png?raw=true \"Tv-show details pop-up\")\n\n... as well as the form for the current user to input a comment.\n\n![Comment form](/assets/for-presentation/Inputing-a-comment.png?raw=true \"Comment form\")\n\nWhen the pop-up window is again accesed later, the user's comments will be displayed.\n\n![Comment form](/assets/for-presentation/Displaying-a-comment.png?raw=true \"Form post-comments\")\n\nThe application makes API calls to the [TvMaze API](https://www.tvmaze.com/api) retrieving information about the movies. Another API, [Involvement API](https://www.notion.so/Involvement-API-869e60b5ad104603aa6db59e08150270), is responsible for saving likes and fetching the number of likes, saving comments and fetching a list of comments. All those functionalities are tied-up in a single codebase.\n\n\n## Built With\n\n* HTML\n* CSS\n* JavaScript\n* Webpack\n* TVMaze API\n* Involvement API\n\n\n## Video Demo\n\nhttps://www.loom.com/share/8509cfbbfe2b448f878ab19fbcc7def4\n\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n\n### Setup and Install\n\n* Open your terminal - Windows: `Win + R`, then type `cmd` | Mac: `Command + space`, then type `Terminal`\n* Navigate to a directory of your choosing using the `cd` command\n* Run this command in your OS terminal: `git clone git@github.com:German-Cobian/TV-Shows-API.git` to get a copy of the project\n* Navigate to the project's directory using the `cd` command\n* Once in the project's directory, run `npm install` and then `npm run build`\n* To fire up the server run `npm start`\n* Visit `http://localhost:8080/` in your browser to get into the app\n\n\n## Authors\n\n👤 **German Cobian**\n* GitHub: [@German Cobian](https://github.com/German-Cobian)\n* Twitter: [@GermanCobian2](https://twitter.com/GermanCobian2)\n* LinkedIn: [@German Cobian](https://www.linkedin.com/in/german-cobian/)\n\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/German-Cobian/TV-Shows-API/issues).\n\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n\n## Acknowledgments\n\nGuidelines for this project supplied by [Microverse](https://github.com/microverseinc/curriculum-javascript/tree/main/group-capstone).\n\n\n## 📝 License\n\nThis project is [MIT](https://github.com/German-Cobian/TV-Shows-API/blob/development/LICENSE) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerman-cobian%2Ftv-shows-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerman-cobian%2Ftv-shows-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerman-cobian%2Ftv-shows-api/lists"}