https://github.com/jeeukko/trulse
Is it true? Is it false? Who knows? Who cares?
https://github.com/jeeukko/trulse
false npm npm-package pain true trulse
Last synced: about 1 month ago
JSON representation
Is it true? Is it false? Who knows? Who cares?
- Host: GitHub
- URL: https://github.com/jeeukko/trulse
- Owner: jeeukko
- Created: 2020-05-12T15:30:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T15:38:36.000Z (about 6 years ago)
- Last Synced: 2025-08-29T14:56:53.180Z (9 months ago)
- Topics: false, npm, npm-package, pain, true, trulse
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trulse
Is it true? Is it false? Who knows? Who cares?
Trulse in an JavaScript function which returns true half of the time and false on the other half. Or at least in theory. It's not cryptosafe. Should it? Who knows? Do I care? No.
## Getting Started
First install Node.js and NPM and blah blah blah you know the drill.
```
npm install trulse
```
Then you can use it. Output it to the console or make it deside invesments. I don't care...
```js
const trulse = require("trulse");
console.log(trulse());
```
## Contributing
Why? This is a bad joke. Don't waste your time.
Or you can make a pull request. I don't care.
## Authors
* **Juho Häkkinen** - *Initial "work"* - [jeeukko](https://github.com/jeeukko)
## License
Copyright © 2020 Juho Häkkinen
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.