Skip to content

Web application to scrape youtube video information.

Notifications You must be signed in to change notification settings

my-personal-project-work/scrape-url

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forthebadge

alt tag

Live App - https://scrap-url.herokuapp.com/

Description

  • The first time someone shares a link, the Facebook crawler will scrape the HTML at that URL to gather information about the type of URL Entered.
  • Providing context information about links (e.g. like Facebook or Telegram integrate inserted links, recognizing it as a video, a piece of news, a document...)

Installation Instructions

  • Open a command prompt in the project's root directory.

  • Cd into that root folder you just cloned locally.

  • Open terminal in the current folder and to install all dependencies type

   npm install 
  • This installs the dependencies as defined in the package.json file
   npm start 
  • This will run thee server in the localhost.

Contributing

  1. Create your branch: git checkout -b my-new-feature

  2. Commit your changes: git commit -m 'Add some feature'

  3. Push to the branch: git push origin my-new-feature

  4. Send a Pull Request

  5. Enjoy!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.0%
  • HTML 33.0%
  • CSS 6.0%