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

https://github.com/saadqbal/react-stackoverflow-card

show your stackoverflow profile details as a badge in React
https://github.com/saadqbal/react-stackoverflow-card

react react-component-library react-library react-stackoverflow react-stackoverflow-card reactjs

Last synced: about 2 months ago
JSON representation

show your stackoverflow profile details as a badge in React

Awesome Lists containing this project

README

        

# react-stackoverflow-card

> show your stackoverflow profile details as a badge in React

[![NPM](https://img.shields.io/npm/v/react-stackoverflow-card.svg)](https://www.npmjs.com/package/react-stackoverflow-card) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## [Demo](https://codesandbox.io/s/react-stackoverflow-card-0tehm?file=/src/App.js)

## Install

```bash
npm install --save react-stackoverflow-card
```

## Usage

```jsx
import React from 'react'

import { StackOverflowProfile } from 'react-stackoverflow-card'
import 'react-stackoverflow-card/dist/index.css'
// id is your stackoverflow id which can be found in your profile link
const App = () => {
return
}

export default App
```

## License

MIT © [saadqbal](https://github.com/saadqbal)