Byte Community Save

(Unofficial) Web app for the byte community

Project README

Byte Community

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.

Available Scripts

In the /client directory, you can run:

npm start

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:

npm start

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.

API Authentication

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

License

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.

Open Source Agenda is not affiliated with "Byte Community" Project. README Source: AlecAnthonyGarcia/Byte-Community
Stars
40
Open Issues
24
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating