Immerse yourself in the byte universe: an exciting new looping video app from the founder of Vine.
Explore, watch, and share bytes on the web.
In the /client directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
In the /server directory, you can run:
Runs an Express server that serves the React bundle.
Open http://localhost:3001 to view it in the browser.
The server is needed for dynamically replacing the Open Graph meta tags so that the correct meta data appears when a link is shared on social media such as Facebook and Twitter.
The server also proxies API requests from the React client to the unofficial byte API.
In order for the application to work correctly you need to add your own authorization token.
The authorization token is used to authenticate each request to the byte API and without it the requests will fail. You'll need to find out how to get your own authorization token by yourself.
The server uses round-robin iteration to cycle through different authorization tokens to balance the load on the byte API requests. You can supply as many authorization tokens as you want, but there must be at least one.
- In server/api/index.js:
const authorizationTokens = ['']; // TODO: add your own authorization tokens
MIT
This project is in no way affiliated with, authorized, maintained, sponsored or endorsed by Interspace Technologies, Inc. d.b.a. Byte or any of its affiliates or subsidiaries. This is an independent project that utilizes byte's unofficial APIs. Use at your own risk.