{"id":24587205,"url":"https://github.com/lostfictions/emoji-stats","last_synced_at":"2025-07-05T13:34:36.727Z","repository":{"id":272239272,"uuid":"912653530","full_name":"lostfictions/emoji-stats","owner":"lostfictions","description":"simple, self-contained discord emoji stats dashboard","archived":false,"fork":false,"pushed_at":"2025-03-05T04:16:29.000Z","size":655,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T19:16:40.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/lostfictions.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,"zenodo":null}},"created_at":"2025-01-06T05:46:36.000Z","updated_at":"2025-03-05T04:16:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"988edc75-eb7f-42e6-ba1e-2164a3a6d2f5","html_url":"https://github.com/lostfictions/emoji-stats","commit_stats":null,"previous_names":["lostfictions/emoji-stats"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lostfictions/emoji-stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostfictions%2Femoji-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostfictions%2Femoji-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostfictions%2Femoji-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostfictions%2Femoji-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lostfictions","download_url":"https://codeload.github.com/lostfictions/emoji-stats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostfictions%2Femoji-stats/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263749939,"owners_count":23505474,"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":"2025-01-24T06:17:17.549Z","updated_at":"2025-07-05T13:34:36.687Z","avatar_url":"https://github.com/lostfictions.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Emoji Stats\n\nA Next.js application that tracks emoji usage and provides a site you can visit to see fancy usage stats\n\n## Setup\n\nMake sure you're on the version of Node that matches what's in [the `.node-version` file](.node-version). One of the nicest (if not quite the easiest) ways to do this is to use [`fnm`](https://github.com/Schniz/fnm).\n\nThen, ensure [corepack](https://nodejs.org/docs/latest-v22.x/api/corepack.html) is enabled:\n\n```sh\ncorepack enable\n```\n\nNext, install deps with [pnpm](https://pnpm.io/):\n\n```sh\npnpm install\n```\n\nSet up your `.env` file from the example:\n\n```sh\ncp .env.dummy .env.local\n```\n\nThen fill in the correct values.\n\nFinally, spin up the dev server:\n\n```sh\npnpm start\n```\n\n## Docker\n\nTo build the Docker image locally:\n\n```sh\ndocker build \\\n  --build-arg NODE_VERSION=\"$(cat .node-version)\" \\\n  -t emoji-stats \\\n  .\n```\n\nThen run it like this:\n\n```sh\ndocker run --rm -it \\\n  -p 3000:3000 \\\n  -v \"$(pwd)\"/.env:/app/.env:ro \\\n  emoji-stats\n```\n\nThis mounts your `.env` file (which could also be a different file that you mount in the container under the same name) so as to avoid having to pass each env var as parameters to `docker run`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostfictions%2Femoji-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flostfictions%2Femoji-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostfictions%2Femoji-stats/lists"}