{"id":19474922,"url":"https://github.com/heiseonline/embetty-base","last_synced_at":"2025-04-25T12:32:12.250Z","repository":{"id":28302631,"uuid":"111407805","full_name":"heiseonline/embetty-base","owner":"heiseonline","description":"🐙 API for heiseonline/embetty-server","archived":false,"fork":false,"pushed_at":"2022-12-08T18:28:24.000Z","size":1083,"stargazers_count":10,"open_issues_count":17,"forks_count":5,"subscribers_count":10,"default_branch":"develop","last_synced_at":"2025-04-03T22:23:50.879Z","etag":null,"topics":["api","embetty","javascript","privacy"],"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/heiseonline.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-11-20T12:29:51.000Z","updated_at":"2024-02-08T01:52:15.000Z","dependencies_parsed_at":"2022-08-07T13:15:41.314Z","dependency_job_id":null,"html_url":"https://github.com/heiseonline/embetty-base","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiseonline%2Fembetty-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiseonline%2Fembetty-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiseonline%2Fembetty-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiseonline%2Fembetty-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heiseonline","download_url":"https://codeload.github.com/heiseonline/embetty-base/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250817889,"owners_count":21492246,"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":["api","embetty","javascript","privacy"],"created_at":"2024-11-10T19:27:35.525Z","updated_at":"2025-04-25T12:32:11.364Z","avatar_url":"https://github.com/heiseonline.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# embetty-base · [![Build Status](https://travis-ci.org/heiseonline/embetty-base.svg?branch=master)](https://travis-ci.org/heiseonline/embetty-base)  [![Dependency Status](https://david-dm.org/heiseonline/embetty-base.svg)](https://david-dm.org/heiseonline/embetty-base) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n[Embetty](https://github.com/heiseonline/embetty) displays remote content like tweets or YouTube videos without compromising your privacy. `embetty-base` is the API used to retrieve the necessary data.\n\n## Quick Start\n\n### Install\n\n```sh\n$ npm install @heise/embetty-base\n```\n\nor\n\n```sh\n$ yarn add @heise/embetty-base\n```\n\n### Basic Usage\n\n```js\nconst Embetty = require('@heise/embetty-base')\n\nconst embetty = new Embetty()\nconst tweet = await embetty.loadTweet(someStatusId)\n```\n\n### Using the cache\n\nBy default, remote service responses are stored in an LRU cache. The engine can be selected by defining the environment variable `EMBETTY_CACHE`. Example:\n\n```sh\n$ export EMBETTY_CACHE=redis://\n```\n\n## Running tests\n\n```sh\n$ yarn test\n```\n\n## Debug\n\nYou can set the `DEBUG` env to `embetty.*` to print debug info:\n\n```sh\n$ export DEBUG=embetty.*\n```\n\n## License\n\nembetty-base is [MIT licensed](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheiseonline%2Fembetty-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheiseonline%2Fembetty-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheiseonline%2Fembetty-base/lists"}