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

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

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
```