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

https://github.com/cenfun/devimg

Generating npm or github status for profile README
https://github.com/cenfun/devimg

contributions devimg downloads github languages npm profile svg vercel

Last synced: 7 months ago
JSON representation

Generating npm or github status for profile README

Awesome Lists containing this project

README

          

# DevImg
> Generating npm or github status for profile README

## Documentation
[https://devimg.vercel.app/](https://devimg.vercel.app/)

## Examples

- npm downloads

![](https://devimg.vercel.app/npm/downloads/console-grid?color=ff0000&bg=green)

`![](https://devimg.vercel.app/npm/downloads/console-grid?color=ff0000&bg=green)`

- github contributions

![](https://devimg.vercel.app/github/contributions/cenfun)

`![](https://devimg.vercel.app/github/contributions/cenfun)`

- github languages

![](https://devimg.vercel.app/github/languages/cenfun)

`![](https://devimg.vercel.app/github/languages/cenfun)`

- github profile

![](https://devimg.vercel.app/github/profile/cenfun)

`![](https://devimg.vercel.app/github/profile/cenfun)`

## Contributing
```bash
npm i
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.