https://github.com/doodzik/321157_legacy
skateboard videos blog
https://github.com/doodzik/321157_legacy
Last synced: 7 months ago
JSON representation
skateboard videos blog
- Host: GitHub
- URL: https://github.com/doodzik/321157_legacy
- Owner: doodzik
- Created: 2015-11-21T19:43:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T08:56:41.000Z (about 10 years ago)
- Last Synced: 2025-02-03T14:31:34.418Z (over 1 year ago)
- Language: HTML
- Homepage: http://321157.eu
- Size: 296 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [321157](http://321157.eu)
[click here to see what this site looks like](http://321157.eu)
## Setup
```bash
git clone https://github.com/doodzik/321157
cd 321157
npm install
```
## Running
```bash
make serve
```
## Liking
run like $video_url from anywhere to like a video
run `like_batch $file_path` from anywhere to like a file of likes
run `echo "$like_url" >> $file_to_save_to` to add a liked video to file
```bash
# add this to your .zshrc
export YOUTUBE_KEY=[token]
export VIMEO_CLIENT_ID=[token]
export VIMEO_CLIENT_SECRET=[token]
export VIMEO_ACCESS_TOKEN=[token]
alias like=~/321157/bin/H941000
alias like_batch=~/321157/bin/H941000_BATCH
# LINK can be a youtube link or vimeo link
./bin/H941000 $LINK
# If you are finnished liking. push your changes.
# the commit is made for you
git push
```
The post markup is defiend in build