show your stackoverflow profile details as a badge in React
npm install --save react-stackoverflow-card
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 <StackOverflowProfile id='840186' containerStyle={{ backgroundColor: 'white' }} />
}
export default App
MIT © saadqbal