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

https://github.com/exzyle/exzyle-demotivational-example

Example server using exzyle-demotivational with error messages 😏
https://github.com/exzyle/exzyle-demotivational-example

Last synced: about 1 year ago
JSON representation

Example server using exzyle-demotivational with error messages 😏

Awesome Lists containing this project

README

          

# Exzyle Demotivational Example Website

[![Build Status](https://travis-ci.com/ExZyle/exzyle-demotivational.svg?branch=master)](https://travis-ci.com/ExZyle/exzyle-demotivational-example)
![GitHub repo size](https://img.shields.io/github/repo-size/exzyle/exzyle-demotivational-example)
![GitHub contributors](https://img.shields.io/github/contributors/exzyle/exzyle-demotivational-example)
[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://opensource.org/licenses/GPL-3.0)
[![TradingView Follow @ExZyle](https://img.shields.io/badge/TradingView-%40ExZyle-brightgreen)](https://tradingview.com/u/ExZyle)

Exzyle-Demotivational-Example is a `node web server` that provides `example usage of exzyle-demotivational` allowing `developers` to `implement nihilistic errors in their messages`.

## Prerequisites

Before you begin, ensure you have met the following requirements:
* You have installed the latest version of `node`

## Installing exzyle-demotivational-example

To install exzyle-demotivational-example, follow these steps:

Using `https`:
```
git clone git@github.com:ExZyle/exzyle-demotivational-example.git
cd exzyle-demotivational-example
npm i
```

Using `ssh`:
```
git clone https://github.com/ExZyle/exzyle-demotivational-example.git
cd exzyle-demotivational-example
npm i
```

## Using exzyle-demotivational-example

### Deploy to Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/ExZyle/exzyle-demotivational-example)

### Run locally

Run `npm start` then simply visit one of:
* http://localhost:8080/demotivate - for a simple nihilistic demotivating quote.
* http://localhost:8080/error - for random HTTP errors having nihilistic demotivating messages.

## Contributing to exzyle-demotivational-example
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/).