Skip to content

syntnc/postman-youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postman - YouTube API Search with Client-Side sorting

node

Sayantan Chatterjee

Contents

About

YouTube v3 API Search with the following client-side sorting functionalities:

  • Keep unsorted default ranking order provided by YouTube
  • Sort by video title
  • Sort by video published date

Requirements

  • Node.js
  • react.js

Packages used

  • create-react-app: A command line script developed by Facebook that sets up a basic boilerplate for a React web app.
  • youtube-api-search: An module that uses YouTube Data API v3 to search for video snippets using a given search term.
  • semantic-ui-react: React integration package with Semantic UI that is used for the front-end styling.

Usage

  • Install dependencies

    npm:

    npm install
    

    yarn:

    yarn install
    
  • Build

    npm:

    npm run build
    

    yarn:

    yarn build
    
  • Run

    npm run start
    
  • Online Live Demo Click here to visit the live Netlify deployment.

About

YouTube API Search with client-side sorting - Assignment for Postman 6 months internship

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published