anyaudio / anyaudio-server

:musical_note: Simple server to search youtube and give direct audio download and stream links
91 stars 19 forks source link

Implement front end in React #121

Closed singhpratyush closed 6 years ago

singhpratyush commented 7 years ago

This is utterly necessary for this kind of website. In the process, we will also create various routes such as /trending/rock, /<video id>, /search/<query>, etc (just rough idea, will have to work on it). so that Ad providers will have more number of pages to look at before they make any decision.

singhpratyush commented 7 years ago

Working on it. @ansarimofid : Do you have some mocks?

ansarimofid commented 7 years ago

Not still. I'm working on it

singhpratyush commented 7 years ago

Tentative routes -

- /
|-- /search
|-- /playlist/:id
|-- /music/:id
|-- /about
|-- /developers
|   |-- /developers/:username
|-- /terms-of-use
|-- /downloads

Suggestions are welcome.

singhpratyush commented 6 years ago

In progress at https://github.com/anyaudio/anyaudio-web-app.