Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/le0developer/onetap-js

Javascripts and documentation for onetap.com
https://github.com/le0developer/onetap-js

javascript onetap onetap-documentation otcv3

Last synced: 3 days ago
JSON representation

Javascripts and documentation for onetap.com

Awesome Lists containing this project

README

        

# Onetap Javascripts

[![Discord](https://discord.com/api/guilds/756989147163656273/widget.png)](https://discord.gg/FCnK6xp)

> The documentation and scripts have been moved to https://leodeveloper.pages.dev
> The source code of the new website is located [here](https://github.com/Le0Developer/website).
> There are inaccuracies with the documentation that have been fixed on the new website.

**This project is unmaintained, but will stay online!**

The documentation can be found [here](https://le0developer.github.io/onetap-js/en/master/).

This repository contains my scripts for the CS:GO cheat onetap and various utilities.
This mainly focuses on the crack.

[/docs]() includes an unofficial documentation about the javascript runtime.

## Building documentation

Required:

- [Python3](https://python.org)

Install dependencies with: *(in [/docs]())*
```bash
python3 -m pip install -r requirements.txt
```

Build with html documentation with:
```bash
make html
```

## Building scripts

Required:

- [Node.js](https://nodejs.org)

Install dependencies with:
```bash
npm install
```

Build with:
```bash
cake build
```

Add scripts by adding the path to [scripts.json]().