{"id":18566158,"url":"https://github.com/daniel-hayes/i-will-watch-this","last_synced_at":"2026-05-09T07:02:34.283Z","repository":{"id":101028966,"uuid":"54269623","full_name":"daniel-hayes/i-will-watch-this","owner":"daniel-hayes","description":"A todo list focused on keeping track of movies you want to watch. (React.js, ES6, Webpack, Firebase)","archived":false,"fork":false,"pushed_at":"2016-05-06T02:04:11.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-23T15:49:23.753Z","etag":null,"topics":["firebase","react","tmdb","webpack"],"latest_commit_sha":null,"homepage":"","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/daniel-hayes.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":"2016-03-19T14:18:48.000Z","updated_at":"2023-03-08T23:47:26.000Z","dependencies_parsed_at":"2023-09-15T10:01:07.857Z","dependency_job_id":null,"html_url":"https://github.com/daniel-hayes/i-will-watch-this","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daniel-hayes/i-will-watch-this","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-hayes%2Fi-will-watch-this","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-hayes%2Fi-will-watch-this/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-hayes%2Fi-will-watch-this/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-hayes%2Fi-will-watch-this/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daniel-hayes","download_url":"https://codeload.github.com/daniel-hayes/i-will-watch-this/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-hayes%2Fi-will-watch-this/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32810381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["firebase","react","tmdb","webpack"],"created_at":"2024-11-06T22:22:03.753Z","updated_at":"2026-05-09T07:02:34.268Z","avatar_url":"https://github.com/daniel-hayes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# I Will Watch This\n\n![Demo](http://i.imgur.com/vDFYLdm.gif)\n\nThis project was mostly an experiment to gain a better understanding of React. It uses [The Movie Database (TMDb) API](https://www.themoviedb.org/documentation/api) to search for new movies to add to your list, and stores your saved movies in [Firebase](https://www.firebase.com/) Database. You can easily make your own version of this app by adding a config file to your project that will store your API keys.\n\nMy current `config.js` file is located at the root of my project and is set up like this:\n```js\nconst globalConfig = {\n  apiKey: 'TMDb API KEY',\n  posterPath: 'https://image.tmdb.org/t/p/w185', // movie poster url\n  firebaseUrl: 'https://YOUR-PROJECT-URL.firebaseio.com'\n};\n\nexport default globalConfig;\n```\nI am using Tyler McGinnis' [re-base](https://github.com/tylermcginnis/re-base) to communicate with Firebase because ES6 classes do not support mixins.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-hayes%2Fi-will-watch-this","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniel-hayes%2Fi-will-watch-this","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-hayes%2Fi-will-watch-this/lists"}