{"id":24437413,"url":"https://github.com/josejefferson/trend-grid","last_synced_at":"2026-04-16T11:03:13.181Z","repository":{"id":133004857,"uuid":"584531105","full_name":"josejefferson/trend-grid","owner":"josejefferson","description":"This project allows you to create an animated trending grid similar to Google Trends","archived":false,"fork":false,"pushed_at":"2023-01-04T12:27:44.000Z","size":547,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T23:09:24.611Z","etag":null,"topics":["animated","animation","css","front-end","frontend","grid","html","iframe","iframe-embeds","javascript","trending","trends","words"],"latest_commit_sha":null,"homepage":"https://trend-grid.vercel.app","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/josejefferson.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}},"created_at":"2023-01-02T20:47:08.000Z","updated_at":"2023-01-02T21:21:00.000Z","dependencies_parsed_at":"2023-10-11T07:45:11.699Z","dependency_job_id":"7b992a7d-2562-4812-a8b6-080f52c178f4","html_url":"https://github.com/josejefferson/trend-grid","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.33333333333333337","last_synced_commit":"517589675cadcf88cfb8b68623b6f7c21721b4a5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/josejefferson/trend-grid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josejefferson%2Ftrend-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josejefferson%2Ftrend-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josejefferson%2Ftrend-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josejefferson%2Ftrend-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josejefferson","download_url":"https://codeload.github.com/josejefferson/trend-grid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josejefferson%2Ftrend-grid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31882886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["animated","animation","css","front-end","frontend","grid","html","iframe","iframe-embeds","javascript","trending","trends","words"],"created_at":"2025-01-20T18:16:18.423Z","updated_at":"2026-04-16T11:03:13.162Z","avatar_url":"https://github.com/josejefferson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trend Grid\nThis project allows you to create an animated trending grid similar to [Google Trends](https://trends.google.com/trends/hottrends/visualize?nrow=5\u0026ncol=5).\n\n\u003ca href=\"https://trend-grid.vercel.app/\" target=\"_blank\"\u003e\n    \u003cimg src=\"button.svg\" alt=\"Click here to access\" height=\"50\"\u003e\u003cbr /\u003e\u003cbr /\u003e\n\u003c/a\u003e\n\n## [Demo](https://trend-grid.vercel.app/trends/?trends=C|C%23|C%2B%2B|CoffeeScript|CSS|Dart|DM|Elixir|Go|Groovy|HTML|Java|JavaScript|Kotlin|Objective-C|Perl|PHP|PowerShell|Python|Ruby|Rust|Scala|Shell|Swift|TypeScript)\n\n[![Demo](demo.gif)](https://trend-grid.vercel.app/trends/?trends=C|C%23|C%2B%2B|CoffeeScript|CSS|Dart|DM|Elixir|Go|Groovy|HTML|Java|JavaScript|Kotlin|Objective-C|Perl|PHP|PowerShell|Python|Ruby|Rust|Scala|Shell|Swift|TypeScript)\n\n## Example\nPut this code in your website\n```html\n\u003ciframe src=\"https://trend-grid.vercel.app/trends/\" id=\"trends\" frameborder=\"0\" style=\"width: 480px; height: 270px;\" allowfullscreen\u003e\u003c/iframe\u003e\n\n\u003cscript\u003e\n  const trends = document.getElementById('trends')\n\n  window.addEventListener('message', async ({ data }) =\u003e {\n    if (!Array.isArray(data)) return\n    const [command, content] = data\n    if (command !== 'fetch-trends') return\n    trends.contentWindow.postMessage(['data', await fetchData()], '*')\n  })\n\n  async function fetchData() {\n    // TODO: Implement this\n    // const data = await fetch('/api...').then((response) =\u003e response.json())\n    // return data\n    return ['Trends', 'Hello', 'World', '...']\n  }\n\u003c/script\u003e\n```\n\n## API\n```\nhttps://trend-grid.vercel.app/trends/\nhttps://trend-grid.vercel.app/trends/?trends=Example|Test\n```\n\n### Params\n`trends` - Trends separated by `|`\n\n`colors` - CSS colors separated by `|`\n\n`animations` - Multiple of these: `left`, `right`, `top`, `bottom`, `back` (separated by comma)\n\n`minTime` - Minimum time the trend will displayed (milisseconds)\n\n`maxTime` - Maximum time the trend will displayed (milisseconds)\n\n`maxFontSize` - Maximum font size of text\n\n`gridColumns` - Amount of grid columns\n\n`gridRows` - Amount of grid rows\n\n`refreshTime` - API data refresh time\n\n`showBorder` - Set to `1` to show borders on cards\n\n`dontShrinkText` - Set to `1` to disable font size shrink (may improve performance)\n\n`allowUnsafeHTML` - Allow unsafe HTML inside trends\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosejefferson%2Ftrend-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosejefferson%2Ftrend-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosejefferson%2Ftrend-grid/lists"}