@beyondwords/player 0.0.0-alpha1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,66 @@
1
+ ## BeyondWords Player
2
+
3
+ **DO NOT USE: This is an alpha version of the player and is not officially
4
+ released yet. We are testing the new player internally and will remove this
5
+ notice once it is ready.**
6
+
7
+ With BeyondWords, you and your team can convert text into engaging audio. This
8
+ repository contains our proprietary player, that can be embedded on your website
9
+ to provide a tailored listening experience for your users. The player integrates
10
+ with the BeyondWords CMS. You can sign up for a free account
11
+ [here](https://dash.beyondwords.io/auth/signup).
12
+
13
+ The easiest way to embed the player on your site is by copying the code snippets
14
+ inside the BeyondWords CMS. However, for those who wish to customize the
15
+ player further, this documentation provides helpful guides and a detailed
16
+ explanation for each of the player's settings. You can see a demo of the player
17
+ [here](https://beyondwords-io.github.io/playback-from-paragraphs-prototype/).
18
+
19
+ ## Documentation
20
+
21
+ The [doc/](doc/) directory contains these useful resources:
22
+
23
+ 1. [Getting started](./doc/getting-started.md): A guide for how
24
+ to embed the player on your website using a `<script>` tag.
25
+ 2. [NPM package](./doc/npm-package.md): A guide for how to add the
26
+ player to your website using the NPM package.
27
+ 3. [Player SDK](./doc/player-sdk.md): An explanation of how to control the
28
+ player programmatically by using the SDK.
29
+ 4. [Player settings](./doc/player-settings.md): A list of all supported player
30
+ settings that can be set in the initializer or via the SDK.
31
+ 5. [Listening to events](./doc/listening-to-events.md): How to register event
32
+ listeners that are called when player actions are performed.
33
+ 6. [Player events](./doc/player-events.md): A list of all events emitted by
34
+ the player that can be listened to.
35
+ 7. [Custom analytics](./doc/custom-analytics.md): How to send player analytics
36
+ events to a custom URL of your choosing.
37
+ 8. [Building your own UI](./doc/building-your-own-ui.md): How to build your own
38
+ user-interface on top of the BeyondWords player.
39
+ 9. [How it works](./doc/how-it-works.md): A technical overview of how the
40
+ player works, including API calls that are made.
41
+ 10. [Dev setup](./doc/dev-setup.md): How to run this project locally, e.g. if
42
+ you are a developer at BeyondWords.
43
+ 11. [Dev workflow](./doc/dev-workflow.md): Useful advice for working on the
44
+ player, including what all the [./bin](bin/) scripts do.
45
+ 12. [Code layout](./doc/code-layout.md): An explanation of the layout of code in
46
+ the player. Each major subdirectory is listed.
47
+ 13. [Deployment](./doc/deployment.md): How to release a new version of the player
48
+ to the public and some things to consider.
49
+
50
+ ## Contribution
51
+
52
+ We welcome contributions from our partners and members of the public. Please
53
+ open a GitHub issue if you are having trouble using the player or something
54
+ isn't working as expected.
55
+
56
+ We'd prefer you didn't fork this repository and instead
57
+ [contact us](mailto:support@beyondwords.io) if you have a requirement that is
58
+ not met by the current player. Note that it is possible to build a custom
59
+ user-interface on top of the existing player.
60
+
61
+ ## License
62
+
63
+ All code in this repository is Copyright, BeyondWords, 2023.
64
+
65
+ You may embed the player in your project and use the NPM package provided it is
66
+ not modified.