diff --git a/widgets/cfptime/README.md b/widgets/cfptime/README.md new file mode 100644 index 00000000..ae9eb7b5 --- /dev/null +++ b/widgets/cfptime/README.md @@ -0,0 +1,36 @@ +# CFPTime +Get a list of upcoming security conferences around the world using the [CFPTime API](https://api.cfptime.org/api/docs)! Displays: +- Conference name +- Country +- Relative time until start date +- Twitter handle +- Code of Conduct and CFPTime links +- Speaker benefits +- Conference description/details + +## Configuration +```yaml +- type: custom-api + title: CFPTime + url: https://api.cfptime.org/api/upcoming/ + cache: 1d + template: | +
{{ .String "cfp_details" }}
+