akarsh / github-api-implementation

This project demonstrates, the scraping of GitHub trending web page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub API Implementation

This project demonstrates, the scraping of GitHub trending web page.

Installation

cd into folder github-api-implementation then

npm install -save

Note: GitHub token has to be added in the following file routes\index.js

const client = new Client({token: ''});

Start

npm start

Web page in browser

http://localhost:3000/

About

This project demonstrates, the scraping of GitHub trending web page.


Languages

Language:JavaScript 77.2%Language:Handlebars 16.0%Language:CSS 6.9%