Skip to content

A javascript library that will add a Fuck You Pay Me modal to a website. Handy for frustrated web-developers that aren't paid on time!

License

Notifications You must be signed in to change notification settings

wmellema/FuckYouPayMe

Repository files navigation

FuckYouPayMe

This project is catered to the frustrated webdeveloper who is not paid on time, and he who wants a way to get back to them.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

For this project you will need the following software:

Installing

For the installation of this package you will need to install this project into your project. This can be done with the following command.

npm i fuckyoupayme

This will add the fuckyoupayme library to your node_modules folder.

Note: When installing in production: append the --production flag in order to avoid installing the dev dependencies like webpack

Working with the installation

- Production

If just installing on a production environment, or just wanting to use the normal modal: You can include the following snippet of code below the closing body tag of your website.

<script type="text/javascript" src="/node_modules/fuckyoupayme/dist/bundle.js"></script>

- Development

If you want to change the way the modal looks, you can edit the corresponding files in the src directory.

If you want to generate a new bundle.js file in order to preview the new changes: Just run the webpack command inside the fuckyoupayme directory

Built With

  • MicroModal - Node.js library for modals
  • Webpack - Front-end packager for nodejs scripts

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Wouter Mellema - Project Setup - wmellema

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details

About

A javascript library that will add a Fuck You Pay Me modal to a website. Handy for frustrated web-developers that aren't paid on time!

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published