{"id":20334942,"url":"https://github.com/mdb/polymer-instagram-feed","last_synced_at":"2025-04-11T21:51:34.171Z","repository":{"id":16153433,"uuid":"18899336","full_name":"mdb/polymer-instagram-feed","owner":"mdb","description":"A Polymer custom element for displaying a user's Instagram feed.","archived":false,"fork":false,"pushed_at":"2014-04-18T15:16:48.000Z","size":144,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T17:49:32.182Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mdb.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":"2014-04-18T01:51:17.000Z","updated_at":"2017-07-16T13:03:52.000Z","dependencies_parsed_at":"2022-09-24T11:41:49.851Z","dependency_job_id":null,"html_url":"https://github.com/mdb/polymer-instagram-feed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Fpolymer-instagram-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Fpolymer-instagram-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Fpolymer-instagram-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Fpolymer-instagram-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdb","download_url":"https://codeload.github.com/mdb/polymer-instagram-feed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248487733,"owners_count":21112188,"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":[],"created_at":"2024-11-14T20:38:38.290Z","updated_at":"2025-04-11T21:51:34.146Z","avatar_url":"https://github.com/mdb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u0026lt;instagram-feed\u0026gt;\n\nA [Polymer](http://polymer-project.org) element for displaying an Instgram user's feed.\n\nSomewhat inspired by Addy Osmani's [x-instagram](http://github.com/addyosmani/x-instagram), though a bit different for my needs.\n\n## Usage\n\n1. Import Web Components' polyfill:\n\n```html\n\u003cscript src=\"//cdnjs.cloudflare.com/ajax/libs/polymer/0.1.4/platform.js\"\u003e\u003c/script\u003e\n```\n\n2. Import custom element:\n\n```html\n\u003clink rel=\"import\" href=\"src/instagram-feed.html\"\u003e\n```\n\n3. Using it:\n\n```html\n\u003cinstagram-feed userId=\"USER_ID_WHOSE_FEED_YOU_WANT\" accessToken=\"YOUR_INSTAGRAM_API_ACCESS_TOKEN\"\u003e\u003cinstagram-feed\u003e\n```\n\nAdditional attribute options:\n\n- count: the number of Instagram images to display; defaults to 8\n- imageSize: 'small', 'medium', or 'large'; the size of the Instagram image rendered; defaults to 'small'\n\n```html\n\u003cinstagram-feed userId=\"someId\" accessToken=\"someToken\" count=\"10\" imageSize=\"large\"\u003e\u003c/instagram-feed\u003e\n```\n\n## Demo\n\nInstall dependencies:\n\nInstall [Node.js](http://nodejs.org/download/)\n\nInstall [Grunt](http://gruntjs.com/):\n\n```sh\n$ npm install -g grunt-cli\n```\n\nInstall Node dependencies:\n\n```sh\n$ npm install\n```\n\nInstall bower dependencies:\n\n```sh\n$ bower install\n```\n\nRun a local server:\n\n```sh\n$ grunt connect\n```\n\nEdit the `\u003cinstagram-feed\u003e` element in `index.html`; provide real `userId` and`accessToken` attribute\nvalues. See [Instagram developer documentation](http://instagram.com/developer/) for more info.\n\nVisit `http://localhost:8000` in your web browser.\n\n## License\n\n[MIT License](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdb%2Fpolymer-instagram-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdb%2Fpolymer-instagram-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdb%2Fpolymer-instagram-feed/lists"}