diff --git a/README.md b/README.md index a87f88e..cfcc108 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,19 @@ token server included in this repository to be running. 4. run `npm i` to install dependencies 5. run `npm run token-server` 6. follow the instructions in the `client-*` folder to run a client + +--- + + + + + Embeddable + + +[Embeddable](https://embeddable.com/) is a developer toolkit for building fast, +interactive, customer-facing analytics directly into your product. +Fully customize analytics dashboards using React.js, and seamlessly +integrate them anywhere with Web Components. + +Discover more about Embeddable by reading our [Docs](https://docs.embeddable.com/), +[Customer Stories](https://embeddable.com/customer-stories), and [Blog](https://embeddable.com/blog). diff --git a/client-angular/README.md b/client-angular/README.md index 258fc2e..ed27da6 100644 --- a/client-angular/README.md +++ b/client-angular/README.md @@ -10,3 +10,19 @@ Example for how to embed the Embeddable Web Component in an Angular app. 4. run `npm run start` Note: This example does not use the token server from this repository. + +--- + + + + + Embeddable + + +[Embeddable](https://embeddable.com/) is a developer toolkit for building fast, +interactive, customer-facing analytics directly into your product. +Fully customize analytics dashboards using React.js, and seamlessly +integrate them anywhere with Web Components. + +Discover more about Embeddable by reading our [Docs](https://docs.embeddable.com/), +[Customer Stories](https://embeddable.com/customer-stories), and [Blog](https://embeddable.com/blog). diff --git a/client-react/README.md b/client-react/README.md index 2f41223..01c5205 100644 --- a/client-react/README.md +++ b/client-react/README.md @@ -30,3 +30,19 @@ making use of [variables](https://docs.embeddable.com/deployment/interactivity#p 4. in `src/MultiTabApp.js` replace the IDs in the `embeddables` constant with the IDs of the dashboards you'd like to use 5. make sure the token server is running. It can be ran from the **parent folder** using `npm run token-server` 6. run `npm start` + +--- + + + + + Embeddable + + +[Embeddable](https://embeddable.com/) is a developer toolkit for building fast, +interactive, customer-facing analytics directly into your product. +Fully customize analytics dashboards using React.js, and seamlessly +integrate them anywhere with Web Components. + +Discover more about Embeddable by reading our [Docs](https://docs.embeddable.com/), +[Customer Stories](https://embeddable.com/customer-stories), and [Blog](https://embeddable.com/blog). diff --git a/client-vue/README.md b/client-vue/README.md index e10c310..9cfdbb1 100644 --- a/client-vue/README.md +++ b/client-vue/README.md @@ -9,3 +9,19 @@ Example for how to embed the Embeddable Web Component in a Vue.js app. 3. in `src/App.vue` set the `embedID` constant to the ID of the Embeddable you would like to display 4. make sure the token server is running. It can be ran from the **parent folder** using `npm run token-server` 5. run `npm run dev` + +--- + + + + + Embeddable + + +[Embeddable](https://embeddable.com/) is a developer toolkit for building fast, +interactive, customer-facing analytics directly into your product. +Fully customize analytics dashboards using React.js, and seamlessly +integrate them anywhere with Web Components. + +Discover more about Embeddable by reading our [Docs](https://docs.embeddable.com/), +[Customer Stories](https://embeddable.com/customer-stories), and [Blog](https://embeddable.com/blog). diff --git a/http-server/README.md b/http-server/README.md index 325ac8b..524aa1d 100644 --- a/http-server/README.md +++ b/http-server/README.md @@ -11,3 +11,19 @@ To test your Embedded web component: 3. update `test.js` to use your `API_KEY` and `EMBEDDABLE_ID` 4. run `node test.js` 5. open `localhost:8080` to see your embedded dashboard + +--- + + + + + Embeddable + + +[Embeddable](https://embeddable.com/) is a developer toolkit for building fast, +interactive, customer-facing analytics directly into your product. +Fully customize analytics dashboards using React.js, and seamlessly +integrate them anywhere with Web Components. + +Discover more about Embeddable by reading our [Docs](https://docs.embeddable.com/), +[Customer Stories](https://embeddable.com/customer-stories), and [Blog](https://embeddable.com/blog). diff --git a/static-react/README.md b/static-react/README.md index f0f25df..2f3853b 100644 --- a/static-react/README.md +++ b/static-react/README.md @@ -9,3 +9,19 @@ Example for how to embed the Embeddable Web Component using React. 3. open `react-test.html` in a web browser ⚠️ Using a token directly in the client directly is only for testing purposes. + +--- + + + + + Embeddable + + +[Embeddable](https://embeddable.com/) is a developer toolkit for building fast, +interactive, customer-facing analytics directly into your product. +Fully customize analytics dashboards using React.js, and seamlessly +integrate them anywhere with Web Components. + +Discover more about Embeddable by reading our [Docs](https://docs.embeddable.com/), +[Customer Stories](https://embeddable.com/customer-stories), and [Blog](https://embeddable.com/blog).