Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.