Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/le0developer/onetap-js
- Owner: Le0Developer
- License: mit
- Created: 2020-09-19T21:22:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T22:55:22.000Z (over 3 years ago)
- Last Synced: 2023-03-06T13:01:47.488Z (over 1 year ago)
- Topics: javascript, onetap, onetap-documentation, otcv3
- Language: CoffeeScript
- Homepage: https://le0developer.github.io/onetap-js/
- Size: 326 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]().