Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenra-io/app-overlay-twitch
https://github.com/lenra-io/app-overlay-twitch
bun lenra ts twitch typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lenra-io/app-overlay-twitch
- Owner: lenra-io
- License: mit
- Created: 2023-12-19T17:12:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:55:05.000Z (8 months ago)
- Last Synced: 2024-04-19T15:25:33.068Z (8 months ago)
- Topics: bun, lenra, ts, twitch, typescript
- Language: TypeScript
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Récupération des clients ID et Token pour l'API Twitch via https://twitchtokengenerator.com/
Quick link avec les scopes nécessaires: https://twitchtokengenerator.com/quick/XKkwXUHO4G
Les scopes nécessaires sont :
- channel:read:subscriptions
- moderator:read:followers
- bits:read
- chat:read[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
Template TypeScript based on Bun.sh
This template provides just enough to get started with your TypeScript application.
Report Bug
·
Request Feature
## Prerequisites
To properly run this template, you will have to make sure that the Lenra CLI and docker with docker-compose are installed on your computer.
Installation instructions can be found here https://github.com/lenra-io/lenra_cli.## Usage
To run the Javascript template just run:
```console
lenra dev
```You can then access the application by opening [`localhost:4000`](http://localhost:4000) on your web browser.
This template is a basic implementation of a Lenra application using the Javascript language. You can get your application started by using this template.
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please open an issue with the tag "enhancement".
Don't forget to give the project a star if you liked it! Thanks again!## License
Distributed under the **MIT** License. See [LICENSE](./LICENSE) for more information.
## Contact
Lenra - [@lenra_dev](https://twitter.com/lenra_dev) - [email protected]
Project Link: [https://github.com/lenra-io/template-bun-ts](https://github.com/lenra-io/template-bun-ts)
[contributors-shield]: https://img.shields.io/github/contributors/lenra-io/template-bun-ts.svg?style=for-the-badge
[contributors-url]: https://github.com/lenra-io/template-bun-ts/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/lenra-io/template-bun-ts.svg?style=for-the-badge
[forks-url]: https://github.com/lenra-io/template-bun-ts/network/members
[stars-shield]: https://img.shields.io/github/stars/lenra-io/template-bun-ts.svg?style=for-the-badge
[stars-url]: https://github.com/lenra-io/template-bun-ts/stargazers
[issues-shield]: https://img.shields.io/github/issues/lenra-io/template-bun-ts.svg?style=for-the-badge
[issues-url]: https://github.com/lenra-io/template-bun-ts/issues
[license-shield]: https://img.shields.io/github/license/lenra-io/template-bun-ts.svg?style=for-the-badge
[license-url]: https://github.com/lenra-io/template-bun-ts/blob/master/LICENSE