You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
-
# HTML Embed for cState
1
+
<palign="center"><imgsrc="images/logosvg?sanitize=true"alt="cState alt logo"></p>
2
2
3
-
✔ The basic code for checking if a cState-powered status page (using its read-only API) has a status other than "fully operational."
3
+
✔ The basic JavaScript code for checking if a cState-powered status page (using its read-only API).
4
4
5
-
**This is a work in progres. Playkit for developers.**
5
+
**There is no UI for this project, so you are you free to write that yourself or [contribute so others can use it](https://github.com/cstate/html-embed/issues/2).**
6
+
7
+
The `index.js` file has the JavaScript you can add to your page and use for making other things happen.
6
8
7
9
## Prerequisites
8
10
@@ -23,4 +25,6 @@ The demo page uses this for its `netlify.toml`:
23
25
24
26
The idea for this project was [originally inspired](https://github.com/cstate/cstate/issues/131) by the GitHub / cState user @ririko5834.
25
27
26
-
MIT
28
+
Contributing rules same as on main [cState repository](https://github.com/cstate/cstate)
29
+
30
+
Licensed MIT, made by Mantas Vilčinskas since 2020. Thank you to all contributors.
0 commit comments