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

https://github.com/botpress/openbook-templates


https://github.com/botpress/openbook-templates

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## Openbook Templates

Templates in this repository will be displayed to users on the Playground. Each template must contain a `metadata.json` file, which contains some information about the template.

Example:

```js
{
"title": "",
"author": "r",
"category": "Business",
"description": ""
}
```