Skip to content

Commit

Permalink
demo -> starter (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes authored Mar 7, 2023
1 parent e0a9365 commit ade3fa0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Deepgram [Language] Demos
# Deepgram [Language] Starters

Please check out the demos contained in this repository, for examples of how to build Deepgram into your [Language] applications.
Please check out the starters contained in this repository, for examples of how to build Deepgram into your [Language] applications.

- [Web App](./Demo-01/README.md)
- [Websockets](./Demo-01/README.md)
- [Command-line](./Demo-01/README.md)
- [Web App](./Starter-01/README.md)
- [Websockets](./Starter-01/README.md)
- [Command-line](./Starter-01/README.md)

## What is Deepgram?

Expand All @@ -22,7 +22,7 @@ Deepgram is an AI speech platform which specializes in (NLU) Natural Language Un

## Create a Free Deepgram Account

Before you start, it's essential to generate a Deepgram API key to use in our demo applications. [Sign-up now for Deepgram](https://console.deepgram.com/signup).
Before you start, it's essential to generate a Deepgram API key to use in our starter applications. [Sign-up now for Deepgram](https://console.deepgram.com/signup).

## Issue Reporting

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions Demo-01/README.md → Starter-01/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!--
Edit Framework and/or Language into the title for e.g.
- Deepgram React Web App Demo
- Deepgram PHP Websockets Demo
- Deepgram Node Command-line Demo
- Deepgram React Web App Starter
- Deepgram PHP Websockets Starter
- Deepgram Node Command-line Starter
-->

# Deepgram [Language] [Type] Demo
# Deepgram [Language] [Type] Starter

<!-- Write an intro for this project -->

Expand All @@ -23,7 +23,7 @@ Before you start, it's essential to generate a Deepgram API key to use in this p

### Manual

Follow these steps to get started with this demo.
Follow these steps to get started with this starter application.

<!-- Edit as appropriate -->

Expand All @@ -39,31 +39,31 @@ Having installed the [Deepgram CLI](https://github.com/deepgram-devs/deepgram-cl

### Glitch Remix

Click this button to launch this demo on Glitch.
Click this button to launch this starter application on Glitch.

<!-- Requires .env file. Please describe steps here to edit the blank .env file after it has been remixed. **Do not prepopulate** the .env file that might be overwritten by any CLI setup scripts. Anything prepopulated should be placed in the sample .env file for the CLI, and the .env file for Glitch. -->

[[![Remix on Glitch](https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button-v2.svg?v=1622676640618)](https://glitch.com/edit/#!/import/github/deepgram-templates/project-template)]

### StackBlitz

Click this button to launch this demo on StackBlitz.
Click this button to launch this starter application on StackBlitz.

<!-- Please use a .stackblitzrc file to define a startCommand: https://developer.stackblitz.com/guides/integration/open-from-github#launching-a-script-on-project-load -->

[[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/deepgram-templates/project-template)]

### Heroku

Click this button to launch this demo on Heroku.
Click this button to launch this starter application on Heroku.

<!-- Please use an app.json file to define how Heroku should bootstrap your application: https://devcenter.heroku.com/articles/app-json-schema -->

[[![Open in StackBlitz](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/deepgram-templates/project-template)]

### Netlify

Click this button to launch this demo on Netlify.
Click this button to launch this starter application on Netlify.

<!-- Please use a netlify.toml file to define how Netlify should bootstrap your application: https://docs.netlify.com/site-deploys/create-deploys/#template-configuration -->

Expand All @@ -72,5 +72,5 @@ Click this button to launch this demo on Netlify.
## Related Content

- [Any Deepgram content or docs]
- [related to this demo app]
- [related to this starter application]
- [In a nice long list]
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ade3fa0

Please sign in to comment.