Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/damiencorpataux/nodejs-youtube-sampleapp


https://github.com/damiencorpataux/nodejs-youtube-sampleapp

Last synced: 20 days ago
JSON representation

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
```