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
- Host: GitHub
- URL: https://github.com/draeder/flawed
- Owner: draeder
- License: mit
- Created: 2022-04-08T00:16:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T00:30:49.000Z (about 3 years ago)
- Last Synced: 2024-04-29T15:42:33.392Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!