https://github.com/ctfd/ctfd.js
Javascript module to interact with the CTFd API for themes
https://github.com/ctfd/ctfd.js
Last synced: about 1 year ago
JSON representation
Javascript module to interact with the CTFd API for themes
- Host: GitHub
- URL: https://github.com/ctfd/ctfd.js
- Owner: CTFd
- License: apache-2.0
- Created: 2021-03-18T07:15:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T06:51:53.000Z (over 1 year ago)
- Last Synced: 2025-03-21T15:11:08.722Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://ctfd.io/
- Size: 93.8 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CTFd.js
Javascript module to interact with the CTFd API
Build with esbuild:
```
yarn esbuild main.js --bundle --outfile=ctfd.dist.js
```