{"id":20542350,"url":"https://github.com/artcodestudio/microservice-instagram","last_synced_at":"2026-05-03T21:33:23.808Z","repository":{"id":134110916,"uuid":"83444422","full_name":"ArtCodeStudio/microservice-instagram","owner":"ArtCodeStudio","description":"Connect your Instagram account with a JumpLink theme","archived":false,"fork":false,"pushed_at":"2017-02-28T15:00:37.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-29T06:37:06.957Z","etag":null,"topics":["instafeed","instagram","microserice","node","oauth2","octobercms-theme","shopify-theme"],"latest_commit_sha":null,"homepage":"https://dev.instagram.api.jumplink.eu/","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/ArtCodeStudio.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":"2017-02-28T14:51:32.000Z","updated_at":"2017-02-28T15:14:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"a11e7e75-aded-4657-abba-7ad428b712a6","html_url":"https://github.com/ArtCodeStudio/microservice-instagram","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ArtCodeStudio/microservice-instagram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtCodeStudio%2Fmicroservice-instagram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtCodeStudio%2Fmicroservice-instagram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtCodeStudio%2Fmicroservice-instagram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtCodeStudio%2Fmicroservice-instagram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArtCodeStudio","download_url":"https://codeload.github.com/ArtCodeStudio/microservice-instagram/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtCodeStudio%2Fmicroservice-instagram/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["instafeed","instagram","microserice","node","oauth2","octobercms-theme","shopify-theme"],"created_at":"2024-11-16T01:31:27.931Z","updated_at":"2026-05-03T21:33:23.789Z","avatar_url":"https://github.com/ArtCodeStudio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microservice to use Instagram in JumpLink Themes\n\nWe have developed this service to easily integrate a instagram account to our customers themes.\n\n# Host yourself\nIf you wanna host this microservice for your own themes follow this instructions:\n\n## Create a App\nBy default this microservice is designed for two types of theme integration apps:\n * For Shopify Themes\n * For OctoberCMS Plugin\n * For Client-Side integration using Instafeed\n\nIf you want to add your own you need to integrate your in three places of this microservice:\n\n\n### config.json\nBy default or config.json looks like:\n\n```json\n{\n    \"instagramApps\": {\n        \"shopify\": {\n            \"name\": \"JumpLink Shopify Theme Integration\",\n            \"id\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"secret\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"tokenHost\": \"https://api.instagram.com\",\n            \"tokenPath\": \"/oauth/access_token\",\n            \"callbackPath\": \"/instagram-callback\",\n            \"scopes\": \"basic public_content\"\n        },\n        \"october\": {\n            \"name\": \"JumpLink OctoberCMS Theme Integration\",\n            \"id\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"secret\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"tokenHost\": \"https://api.instagram.com\",\n            \"tokenPath\": \"/oauth/access_token\",\n            \"callbackPath\": \"/instagram-callback\",\n            \"scopes\": \"basic public_content\"\n        },\n        \"instafeed\": {\n            \"name\": \"JumpLink Instafeed Integration\",\n            \"id\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"secret\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"tokenHost\": \"https://api.instagram.com\",\n            \"tokenPath\": \"/oauth/access_token\",\n            \"callbackPath\": \"/instagram-callback\",\n            \"scopes\": \"basic public_content\"\n        }\n\n    }\n}\n```\n\nYou need to add your integration app name like we have with 'shopify', 'october' and 'instafeed'.\n\n### views/setup/[appName].pup\n\nHere are the templates which are displayed before making a token request, each integration app from the config.json need to must a template file included here.\nWe are using the [pug](https://pugjs.org) template engine here.\n\n### views/result/[appName].pup\nThe same rules apply as the setup template files. But these templates display the result token.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcodestudio%2Fmicroservice-instagram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartcodestudio%2Fmicroservice-instagram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcodestudio%2Fmicroservice-instagram/lists"}