Merge pull request 'Update README.md' (#107) from v0.4.0/add-roadmap-inside-readme into develop
Reviewed-on: #107
This commit is contained in:
commit
654fc8cc15
17
README.md
17
README.md
|
@ -20,6 +20,22 @@ Vercel hosted demo can be found [here](https://proxyraye.vercel.app).
|
||||||
|
|
||||||
Self-hosted demo can be found [here](https://proxyraye.copyriot.xyz).
|
Self-hosted demo can be found [here](https://proxyraye.copyriot.xyz).
|
||||||
|
|
||||||
|
# Roadmap
|
||||||
|
|
||||||
|
This is the list of features that will be implemented in the future:
|
||||||
|
|
||||||
|
- [ ] Search pagination
|
||||||
|
- [ ] Search filters
|
||||||
|
- [ ] Add support for *bellesa.co*
|
||||||
|
- [ ] Add support for *ohentai.org*
|
||||||
|
- [ ] Add support for *iamsissy.com*
|
||||||
|
- [ ] Video results API
|
||||||
|
- [ ] Favourite videos
|
||||||
|
- [ ] Embed videos
|
||||||
|
- [ ] Download videos
|
||||||
|
- [ ] Share link button for videos
|
||||||
|
|
||||||
|
|
||||||
# Quickstart
|
# Quickstart
|
||||||
|
|
||||||
You can run the project on local by cloning the repo.
|
You can run the project on local by cloning the repo.
|
||||||
|
@ -102,6 +118,7 @@ The project uses following tech stack:
|
||||||
- Next/Intl
|
- Next/Intl
|
||||||
|
|
||||||
It scrapes data server-side and return treated data to the frontend to be rendered.
|
It scrapes data server-side and return treated data to the frontend to be rendered.
|
||||||
|
|
||||||
# Deploy
|
# Deploy
|
||||||
|
|
||||||
## Vercel
|
## Vercel
|
||||||
|
|
Loading…
Reference in New Issue