# DIY Web Dashboard

If node-red isn't for you, it's also possible to access the data from a traditional website. To help with this we have created an example website with the JavaScript code (using Vue.js) in place to fetch all the data from the eChook server, leaving the html and css up to you to build the interface.

{% embed url="<https://echook.github.io/echook-demo-site/>" %}

### How to use

We suggest making a github account and forking the repository for the demo site. From here clone it to your computer and develop as you wish.

#### Hosting your Website (for free!)

Within the github settings tab of your forked repository, scroll down to the Github Pages section. Change the 'Source' dropdown from 'None' to 'Master Branch'. Github will then give you a URL to your newly hosted telemetry website.

## This is all new to me - Where do I start?

The above instructions are very simplistic and assume a basic knowledge of git and web development. If you are just starting out the [NetNinja tutorial series on Youtube](https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg/playlists) are excellent:

Git: [NetNinja Git and Github for Beginners](https://www.youtube.com/watch?v=3RjQznt-8kE\&list=PL4cUxeGkcC9goXbgTDQ0n_4TBzOO0ocPR)

HTML: [NetNinja HTML for Beginners](https://www.youtube.com/playlist?list=PL4cUxeGkcC9ibZ2TSBaGGNrgh4ZgYE6Cc)

CSS: [NetNinja CSS for Beginners](https://www.youtube.com/playlist?list=PL4cUxeGkcC9gQeDH6xYhmO-db2mhoTSrT)

JavaScript: [NetNinja JavaScript for Beginners](https://www.youtube.com/playlist?list=PL4cUxeGkcC9i9Ae2D9Ee1RvylH38dKuET)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.echook.uk/telemetry-live-data/diy-web-dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
