https://github.com/observablehq/oss-analytics
Open-source analytics
https://github.com/observablehq/oss-analytics
Last synced: 2 months ago
JSON representation
Open-source analytics
- Host: GitHub
- URL: https://github.com/observablehq/oss-analytics
- Owner: observablehq
- License: isc
- Created: 2024-10-01T03:24:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T23:42:53.000Z (7 months ago)
- Last Synced: 2025-03-28T11:51:08.718Z (3 months ago)
- Language: JavaScript
- Homepage: https://observablehq.observablehq.cloud/oss-analytics/
- Size: 106 KB
- Stars: 20
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open-source analytics
This project collects [npm download counts](https://github.com/npm/registry/blob/main/docs/download-counts.md) for [Observable’s open-source projects](https://github.com/observablehq) and [D3](https://github.com/d3). These charts are built with [Observable Framework](https://observablehq.com/framework/) and updated daily on [Observable Cloud](https://observablehq.com/platform/cloud) so they can be [embedded](https://observablehq.com/framework/embeds) in our GitHub READMEs.
Daily downloads of Observable Plot · [oss-analytics](https://observablehq.observablehq.cloud/oss-analytics/)
## How to use for your own packages
This project is [open-source](https://github.com/observablehq/oss-analytics/); you can use it to build embeddable charts of your own packages.
1. [Fork this repository.](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)
2. Edit [`observablehq.config.js`](https://github.com/observablehq/oss-analytics/blob/main/observablehq.config.js) to list your npm packages, comitting your changes.
3. In your [Observable workspace](https://observablehq.com), create a new data app and link it to your forked repository.
4. In your new data app’s **Automation** tab, enable the `daily` build schedule.
5. Tweak [`index.md.js`](https://github.com/observablehq/oss-analytics/blob/main/src/index.md.js) to personalize the page.