https://github.com/maxchehab/git-video
A tool for linking Youtube videos in GitHub markdown files with a single link.
https://github.com/maxchehab/git-video
github markdown video
Last synced: 5 months ago
JSON representation
A tool for linking Youtube videos in GitHub markdown files with a single link.
- Host: GitHub
- URL: https://github.com/maxchehab/git-video
- Owner: maxchehab
- Created: 2017-11-08T00:00:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T03:25:54.000Z (about 8 years ago)
- Last Synced: 2025-06-24T01:04:05.381Z (8 months ago)
- Topics: github, markdown, video
- Language: Go
- Homepage: https://git-video.maxchehab.com
- Size: 2.78 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎥 Git-Video 🎥
A tool for linking Youtube videos in GitHub markdown files with a **single** link.
## 📖 Instructions 📖
Using Git-Video is very simple. Just append your Youtube video to `git-video.maxchehab.com`.
For example:
```markdown
[](http://git-video.maxchehab.com/youtube.com/watch?v=y6120QOlsfU)
```
will show up as:
[](http://git-video.maxchehab.com/youtube.com/watch?v=y6120QOlsfU)
The webservice only really needs the `v=videoID` query so the following is also acceptable:
```markdown
[](http://git-video.maxchehab.com?v=y6120QOlsfU)
```
## âš¡ How to set this up on your own. âš¡
Make sure you have installed [golang](https://golang.org/doc/install).
If you have the dependencies for this project, pop open a terminal (`ctrl-alt-t` for all you nasty neck-beards) and get ready to copy-pasta some commands.
Download the project:
```bash
$ git clone https://github.com/maxchehab/git-video.git
$ cd git-video
```
To build and run the executable just...
```bash
$ ./run
```
Here, have a gopher.