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

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?

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.