{"id":16227687,"url":"https://github.com/el3um4s/medium-stats","last_synced_at":"2026-01-20T18:56:31.341Z","repository":{"id":40651034,"uuid":"445681506","full_name":"el3um4s/medium-stats","owner":"el3um4s","description":"How To Get Medium Stats With JavaScript and Svelte","archived":false,"fork":false,"pushed_at":"2023-10-08T08:36:39.000Z","size":1117,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T21:36:42.663Z","etag":null,"topics":["javascript","medium","medium-stats","medium-stats-export","svelte","sveltejs","tailwind","tailwind-css","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://el3um4s.github.io/medium-stats/","language":"Svelte","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/el3um4s.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["el3um4s"],"patreon":"el3um4s","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/el3um4s"]}},"created_at":"2022-01-07T23:48:10.000Z","updated_at":"2022-01-30T14:34:17.000Z","dependencies_parsed_at":"2024-10-27T20:35:34.150Z","dependency_job_id":"9d15a688-094c-44d0-a1bf-a531f0954340","html_url":"https://github.com/el3um4s/medium-stats","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el3um4s%2Fmedium-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el3um4s%2Fmedium-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el3um4s%2Fmedium-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el3um4s%2Fmedium-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/el3um4s","download_url":"https://codeload.github.com/el3um4s/medium-stats/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247721900,"owners_count":20985084,"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":["javascript","medium","medium-stats","medium-stats-export","svelte","sveltejs","tailwind","tailwind-css","tailwindcss","typescript"],"created_at":"2024-10-10T12:53:34.230Z","updated_at":"2026-01-20T18:56:31.304Z","avatar_url":"https://github.com/el3um4s.png","language":"Svelte","funding_links":["https://github.com/sponsors/el3um4s","https://patreon.com/el3um4s","https://www.paypal.me/el3um4s"],"categories":[],"sub_categories":[],"readme":"# Medium Stats\n\nLive: [el3um4s.github.io/medium-stats/](https://el3um4s.github.io/medium-stats/)\n\nMy experiments about how to get better Medium Stats.\n\nI'm blogging about the development process in these posts:\n\n- How to Get Medium Stats With JavaScript and Svelte Part 1: [Medium](https://javascript.plainenglish.io/how-to-get-medium-stats-with-javascript-and-svelte-part-1-a1d08b96799e) - [Strani Anelli](https://blog.stranianelli.com/medium-stats-with-javascript-and-svelte-part-1/)\n- How To Create Responsive Data Tables With CSS Grid: [Medium](https://betterprogramming.pub/how-to-create-responsive-data-tables-with-css-grid-9e0a37394450) - [Strani Anelli](https://blog.stranianelli.com/how-to-create-responsive-data-tables-with-css-grid/)\n- How to Get Medium Stats With JavaScript and Svelte Part 2: [Medium](https://javascript.plainenglish.io/how-to-get-medium-stats-with-javascript-and-svelte-part-2-1f52e86631c0) - [Strani Anelli](https://blog.stranianelli.com/medium-stats-with-javascript-and-svelte-part-2/)\n- Visualize Your Medium Stats With Svelte and JavaScript: [Medium](https://betterprogramming.pub/visualize-your-medium-stats-with-svelte-and-javascript-eb1ef7c71a63) - [Strani Anelli](https://blog.stranianelli.com/5-charts-example-to-get-you-started/)\n\n_Note that you will need to have [Node.js](https://nodejs.org) installed._\n\n## Get started\n\nClone the repository and then install the dependencies...\n\n```bash\nnpm install\n```\n\n...then start [Rollup](https://rollupjs.org):\n\n```bash\nnpm run dev\n```\n\nNavigate to [localhost:8080](http://localhost:8080). You should see your app running.\n\nBy default, the server will only respond to requests from localhost. To allow connections from other computers, edit the `sirv` commands in package.json to include the option `--host 0.0.0.0`.\n\nIf you're using [Visual Studio Code](https://code.visualstudio.com/) we recommend installing the official extension [Svelte for VS Code](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode). If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.\n\n## Building and running in production mode\n\nTo create an optimised version of the app:\n\n```bash\nnpm run build\n```\n\n## Deploying to the web\n\n### With [GitHub Pages](https://pages.github.com/)\n\nEdit the `gh-pages.js` file with your info. Then, from within your project folder:\n\n```bash\nnpm run build\nnpm run deploy\n```\n\n### With [Vercel](https://vercel.com)\n\nInstall `vercel` if you haven't already:\n\n```bash\nnpm install -g vercel\n```\n\nThen, from within your project folder:\n\n```bash\ncd public\nvercel deploy --name my-project\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fel3um4s%2Fmedium-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fel3um4s%2Fmedium-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fel3um4s%2Fmedium-stats/lists"}