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

https://github.com/exzyle/exzyle-hitman

An AWS lambda function that allows developers to schedule recurring GET hits on web endpoints.
https://github.com/exzyle/exzyle-hitman

Last synced: 10 months ago
JSON representation

An AWS lambda function that allows developers to schedule recurring GET hits on web endpoints.

Awesome Lists containing this project

README

          

# Exzyle Hitman

[![Build Status](https://travis-ci.com/ExZyle/exzyle-hitman.svg?branch=master)](https://travis-ci.com/ExZyle/exzyle-aparatus)
![GitHub repo size](https://img.shields.io/github/repo-size/exzyle/exzyle-hitman)
![GitHub contributors](https://img.shields.io/github/contributors/exzyle/exzyle-hitman)
[![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-Hitman is an `AWS lamda function` that allows `developers` to `schedule recurring GET hits on web endpoints`.

## Prerequisites

Before you begin, ensure you have met the following requirements:
* You have installed the latest version of `node`
* Have an Amazon Web Services (AWS) account
* Understand AWS lambda function and AWS Cloudwatch Events
* Familiar with [claudiajs](https://www.claudiajs.com/)

## Installing exzyle-hitman

To install exzyle-hitman, follow these steps:

Using `npm`:
```
npm i exzyle-hitman
```

## Using exzyle-hitman

To use exzyle-hitman follow these steps:

1. Configure the `env.json` file with the target you want hit.
2. Publish `exzyle-hitman`.
3. Let the hits playout!

## Contributing to exzyle-hitman
To contribute to exzyle-hitman, 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/).