New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bytesized.tv

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bytesized.tv

Byte-Sized JavaScript Website

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

bytesized.tv

Byte-Sized JavaScript Website

  • write mocha tests for youtube api. Use nock for youtube responses: https://github.com/node-nock/nock (what are the disadvantages; versus advantages: advantage makes tests reliable and deterministic)

Create a universal hello-world app.

  • create a App react component
  • save the rendered output as HTML
  • whenever a new video is published, that html should be rerendered too.

universal app: https://github.com/DavidWells/isomorphic-react-example

later:

  • test backend methods using Mocha (the json generators and stuff)
  • test front-end components using Karma and mocha

TODO:

  • Generate an index.html from videos.json that lists the videos embeds a player etc. it should also have dynamic functionality:
  • tapping a specific tag will show only the videos related to that tag.
  • the page will display all videos with thumbnails and a play icon which will dynamically start the play / embed youtube player etc.
  • add sorting for fun: sort by date created, popularity, alphabetically

Keywords

byte-sized

FAQs

Package last updated on 06 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts