https://github.com/codenameyau/explorer
Rediscover YouTube
https://github.com/codenameyau/explorer
Last synced: 5 months ago
JSON representation
Rediscover YouTube
- Host: GitHub
- URL: https://github.com/codenameyau/explorer
- Owner: codenameyau
- License: apache-2.0
- Created: 2015-09-16T13:13:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T02:06:05.000Z (over 10 years ago)
- Last Synced: 2025-04-06T04:22:17.818Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtube Explorer
I built this app because I wanted to rediscover older youtube viral videos to
provide my daily source of inspiration, knowledge, and laughter.
The application is fully responsive and has the following features
that were implemented from scratch: instant search, autocomplete suggestions,
infinite scroll, history state, date manipulation, search results,
and video embedding. I chose to use jQuery to really get my hands dirty
and work with the DOM.
Tech stack: Node, Express, Nunjucks, jQuery, and CSS.
## Development Setup
You will need to obtain a Youtube API key and set this environment variable.
```bash
export YOUTUBE_EXPLORER_API='YOUR API KEY'
```
Then setup and run the application:
```
npm install
nodemon app.js
```