https://github.com/exzyle/exzyle-demotivational
Demotivational messages. Great for adding flavour to your error messages 😏
https://github.com/exzyle/exzyle-demotivational
error-messages fun messages nihilism nodejs random-quote-machine typescript
Last synced: 6 months ago
JSON representation
Demotivational messages. Great for adding flavour to your error messages 😏
- Host: GitHub
- URL: https://github.com/exzyle/exzyle-demotivational
- Owner: ExZyle
- License: gpl-3.0
- Created: 2020-01-27T01:02:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T10:30:10.000Z (over 1 year ago)
- Last Synced: 2025-04-15T09:44:20.462Z (7 months ago)
- Topics: error-messages, fun, messages, nihilism, nodejs, random-quote-machine, typescript
- Language: TypeScript
- Size: 388 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING.md
Awesome Lists containing this project
README
# Exzyle Demotivational
[](https://travis-ci.com/ExZyle/exzyle-demotivational)


[](https://opensource.org/licenses/GPL-3.0)
[](https://tradingview.com/u/ExZyle)
Exzyle-Demotivational is a `utility` that provides ` nihilistic and depressing messages` allowing `developers` to `have some fun appending to error messages`.
## Prior-Art
Thanks to [joranE/demotivr](https://github.com/joranE/demotivr
) for demotivationals and discouragement 😏.
## Prerequisites
Before you begin, ensure you have met the following requirements:
* You have installed the latest version of `node`
## Installing exzyle-demotivational
To install exzyle-demotivational, follow these steps:
Using `npm`:
```
npm i exzyle-demotivational
```
Using `yarn`:
```
yarn add exzyle-demotivational
```
## Using exzyle-demotivational
To use exzyle-demotivational, simply `require` or `import` the module.
Using node
```
const { demotivate } = require('exzyle-demotivational');
throw new Error(`Missing required parameters. ${demotivate()}`);
```
Using typescript
```
import { demotivate } as from 'exzyle-demotivational';
throw new Error(`Missing required parameters. ${demotivate()}`);
```
## Contributing to exzyle-demotivational
To contribute to exzyle-demotivational, follow these steps:
1. Fork this repository.
2. Create a branch: `git checkout -b `.
3. Make your changes and commit them: `git commit -m ''`
4. Push to the original branch: `git push origin /`
5. Create the pull request.
Alternatively see the GitHub documentation on [creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
## Contributors
Thanks to the following people who have contributed to this project:
* [@exzyle](https://github.com/exzyle) 💻📖⚠️
## Contact
If you want to contact me you can reach me on TradingView [@ExZyle](https://tradingview.com/u/ExZyle).
Alternatively try reaching out on twitter [@ExzyleFreedom](https://twitter.com/ExzyleFreedom).
## License
This project uses the following license: [GNU General Public License version 3](https://choosealicense.com/licenses/gpl-3.0/).