Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pd4d10/npmview

A web application to view npm package files
https://github.com/pd4d10/npmview

npm rescript

Last synced: about 2 months ago
JSON representation

A web application to view npm package files

Awesome Lists containing this project

README

        

# npmview

A web application to view npm package files. | https://npmview.vercel.app

![Screenshot](assets/screenshot.png)

## Self-hosting for private NPM

Use `VITE_UNPKG_URL` env to customize API, which should be UNPKG compatible:

```sh
VITE_UNPKG_URL=https://your-private-unpkg.org yarn build
```

## Credits

- [UNPKG](https://unpkg.com)

## License

MIT