Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/priyanshupatwari/focustube
What does it do ? Lets you watch youtube videos by just pasting the youtube url or video id.
https://github.com/priyanshupatwari/focustube
jamstack tailwind tailwindcss youtube youtube-api youtube-distraction-free youtube-for-focus-study
Last synced: about 2 months ago
JSON representation
What does it do ? Lets you watch youtube videos by just pasting the youtube url or video id.
- Host: GitHub
- URL: https://github.com/priyanshupatwari/focustube
- Owner: priyanshupatwari
- Created: 2023-09-28T20:17:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T07:13:05.000Z (about 1 year ago)
- Last Synced: 2024-09-29T14:01:33.047Z (3 months ago)
- Topics: jamstack, tailwind, tailwindcss, youtube, youtube-api, youtube-distraction-free, youtube-for-focus-study
- Language: CSS
- Homepage: https://focustub.netlify.app/
- Size: 224 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What it does ?
Lets you watch youtube videos by just pasting the youtube url or video id.# How to use ?
### Visit the site
[focustub.netlify.app](https://focustub.netlify.app/)
### Or just Deploy it yourself on Netlify or Vercel
```
Keep in mind the static site will be served from **build** directory
```## See tailwind css site for Configuration
## Run this while in development phase
$ npx tailwindcss -i ./build/input.css -o ./build/output.css --watch### Run http-sever
1. npm install -g http-server
2. cd ./build
3. **Start the HTTP Server**:
```bash
http-server
``````bash
http-server -p 3000
```
This will start the server on port 3000.