{"id":31667960,"url":"https://github.com/anonrig/zeplin-client","last_synced_at":"2025-10-08T00:50:04.014Z","repository":{"id":49122624,"uuid":"244492673","full_name":"anonrig/zeplin-client","owner":"anonrig","description":"Zeplin NodeJS client with TypeScript bindings","archived":false,"fork":false,"pushed_at":"2025-07-24T21:14:39.000Z","size":2389,"stargazers_count":15,"open_issues_count":29,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-08T01:24:48.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/anonrig.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-02T22:52:25.000Z","updated_at":"2025-07-24T21:08:54.000Z","dependencies_parsed_at":"2022-09-05T03:00:24.153Z","dependency_job_id":null,"html_url":"https://github.com/anonrig/zeplin-client","commit_stats":null,"previous_names":["relevantfruit/zeplin-client"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/anonrig/zeplin-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonrig%2Fzeplin-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonrig%2Fzeplin-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonrig%2Fzeplin-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonrig%2Fzeplin-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anonrig","download_url":"https://codeload.github.com/anonrig/zeplin-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonrig%2Fzeplin-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278872154,"owners_count":26060525,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":[],"created_at":"2025-10-08T00:50:00.940Z","updated_at":"2025-10-08T00:50:04.000Z","avatar_url":"https://github.com/anonrig.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Due to the lack of support and Zeplin's internal policies, we stopped working on Zeplin iOS application. More information can be found through https://twitter.com/yagiznizipli/status/1238143337661640706**\n\n\nSo, apparently instead of replying to our emails Zeplin decided with promoting non-open sourced version of zeplin client (https://blog.zeplin.io/making-zeplin-mobile-with-zeplin-api-2db73dc2a0dd…) What a good time to be an open source contributor!\n\n-----\n\n# Zeplin OAuth NodeJs API Client\n\n[![greenkeeper: enabled](https://badges.greenkeeper.io/relevantfruit/zeplin-client.svg)](https://greenkeeper.io/)\n[![build: status](https://travis-ci.org/relevantfruit/zeplin-client.svg?branch=master)](https://travis-ci.org/relevantfruit/zeplin-client)\n[![codecov: percent](https://codecov.io/gh/relevantfruit/zeplin-client/branch/master/graph/badge.svg)](https://codecov.io/gh/relevantfruit/zeplin-client)\n[![commitizen: friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://prettier.io/)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://semantic-release.gitbook.io/semantic-release/)\n[![linter: eslint](https://img.shields.io/badge/linter-eslint-blue.svg)](https://github.com/typescript-eslint/typescript-eslint)\n[![docs: gh-pages](https://img.shields.io/badge/docs-gh--pages-blue.svg)](https://relevantfruit.github.io/zeplin-client/)\n[![npm (scoped)](https://img.shields.io/npm/v/zeplin-client?label=npm%20package)](https://www.npmjs.com/package/zeplin-client)\n\n## Prerequisites\n\nYou will require the following to make use of this boilerplate.\n\n1. [Github](https://github.com/) account.\n1. [Node.js](https://nodejs.org/en/) installed on your local machine and optionally yarn.\n1. [Git](https://git-scm.com/) installed on your local machine.\n1. An IDE with javascript/typescript support.\n\n## Recommended IDE\n\nYou should be using [Visual Studio Code](https://code.visualstudio.com/) because its simple, fast, extensible and beloved by many developers.\n\nMake sure to install all the [recommended extensions](https://code.visualstudio.com/docs/editor/extension-gallery#_recommended-extensions) that come with the repository for the best possible coding experience.\n\n## Quick Start\n\nInstall package using `npm i --save zeplin-client`\n\n```typescript\nimport Client, { Types } from 'zeplin-client'\n\nconst client = new Client('app-id', 'app-secret', 'https://api.relevantfruit.com')\n\nconst pagination: Types.Pagination = { limit: 100, offset: 0 }\nclient\n  .getScreens('my-access-token', pagination)\n  .then(console.log)\n  .catch(console.error)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanonrig%2Fzeplin-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanonrig%2Fzeplin-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanonrig%2Fzeplin-client/lists"}