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

https://github.com/draeder/flawed

Find out if you are flawed
https://github.com/draeder/flawed

Last synced: about 1 month ago
JSON representation

Find out if you are flawed

Awesome Lists containing this project

README

        

# flawed
> Find out if you are flawed

## Install
`> npm i flawed`

## Example
```js
const Flawed = require('flawed')

let flawed = new Flawed('Am I a flawed person?')
console.log(flawed)
```

## Issues
Please report any issues!