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: | + +``` + +## Preview +![woah](./preview.png) diff --git a/widgets/cfptime/meta.yml b/widgets/cfptime/meta.yml new file mode 100644 index 00000000..8baf575c --- /dev/null +++ b/widgets/cfptime/meta.yml @@ -0,0 +1,3 @@ +title: CFPTime +description: Show upcoming security conferences through CFPTime API +author: nubbsterr diff --git a/widgets/cfptime/preview.png b/widgets/cfptime/preview.png new file mode 100644 index 00000000..ca32e392 Binary files /dev/null and b/widgets/cfptime/preview.png differ