Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getstoryteller/storyteller-sample-web
Sample app showing integration with the Storyteller Web SDK for adding Stories and Clips to your website
https://github.com/getstoryteller/storyteller-sample-web
instagram nextjs react reels sdk stories storyteller tiktok
Last synced: 4 months ago
JSON representation
Sample app showing integration with the Storyteller Web SDK for adding Stories and Clips to your website
- Host: GitHub
- URL: https://github.com/getstoryteller/storyteller-sample-web
- Owner: getstoryteller
- License: mit
- Created: 2021-08-26T16:17:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T14:49:37.000Z (5 months ago)
- Last Synced: 2024-07-04T10:53:13.195Z (5 months ago)
- Topics: instagram, nextjs, react, reels, sdk, stories, storyteller, tiktok
- Language: TypeScript
- Homepage: https://getstoryteller.com
- Size: 3.38 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Storyteller Web Sample App
## SDK Installation
### Install with NPM
`npm install @getstoryteller/storyteller-sdk-javascript`
### Install with Yarn
`yarn add @getstoryteller/storyteller-sdk-javascript`
### Install via CDN
```
```## Documentation
All of the documentation for our Web SDK is [available on our website](https://www.getstoryteller.com/documentation/web/quickstart)
## Sample Apps
This repo contains the following sample applications:
- [NextJS Sample](https://github.com/getstoryteller/storyteller-sample-web/tree/main/nextjs)
- [Simple HTML Sample](https://github.com/getstoryteller/storyteller-sample-web/tree/main/html)
- [ReactJS Sample](https://github.com/getstoryteller/storyteller-sample-web/tree/main/reactjs)## Other Platforms
Storyteller is also available for [iOS](https://github.com/getstoryteller/storyteller-sample-ios), [Android](https://github.com/getstoryteller/storyteller-sample-android) and [React Native](https://github.com/getstoryteller/storyteller-sdk-react-native).
## Need Help?
We're always available at [[email protected]](mailto:[email protected]?Subject=Web%20Sample%20App) to provide help and assistance with integrating the Storyteller SDK into your website.