npminsights

The application is made using Next.js 13 with the new app directory architecture.

The original idea behind this website was to generate images containing download metrics in order to display them on Github Readmes. In order to have something to link to when clicking the image, a website was created as well.

Images

The OG image for each package is made using the @vercel/og library.

We also provide an image made for being displayed on libraries READMEs like this one: react-easy-crop npminsights

To add it to your README, just use the following markdown snippet (replace "YOUR_PACKAGE" by your package name):

[![YOUR_PACKAGE npminsights](https://npminsights.vercel.app/api/package/readme-image/YOUR_PACKAGE)](https://npminsights.vercel.app/package/YOUR_PACKAGE)

Development

To install the dependencies:

pnpm i

To run the app:

pnpm dev