https://github.com/arve0/npm-download-size-api
server side API for npm-download-size
https://github.com/arve0/npm-download-size-api
Last synced: 21 days ago
JSON representation
server side API for npm-download-size
- Host: GitHub
- URL: https://github.com/arve0/npm-download-size-api
- Owner: arve0
- Created: 2017-10-13T21:21:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T21:05:15.000Z (12 months ago)
- Last Synced: 2025-04-07T23:02:10.159Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://arve0.github.io/npm-download-size
- Size: 428 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm download size
API for [npm download size](https://arve0.github.io/npm-download-size).## Usage
```sh
npm i arve0/npm-download-size-api
``````js
const express = require('express')
const app = express()
const api = require('npm-download-size-api')app.use('/api', api)
app.listen(process.env.PORT || 3000)
``````sh
curl localhost:3000/api/package
```## License
MIT