Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damiencorpataux/nodejs-youtube-sampleapp
https://github.com/damiencorpataux/nodejs-youtube-sampleapp
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/damiencorpataux/nodejs-youtube-sampleapp
- Owner: damiencorpataux
- Created: 2018-09-25T14:08:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T14:17:17.000Z (over 6 years ago)
- Last Synced: 2024-11-05T16:36:44.645Z (2 months ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Youtube trends example application
==================================Sample application showing per-country trending youtube videos.
Using node.js, express, pug, jquery and chai.
## Getting started
Simply install and start using npm:
```
npm install
npm start
```Run the (basic) tests:
```
npm test
```