Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 1.1 KB

README.md

File metadata and controls

78 lines (49 loc) · 1.1 KB

Logo of the project

Linklip-Parser

Quick Start

Prerequisites

  • Make sure your NodeJS and yarn versions are up to date

Download

  • Clone the repository
$ git clone https://github.com/SoftwareMaestro-LinkLip/LinkLip-Parser.git

Installation

$ yarn install

Basic Usage

  • start server
$ yarn dev

Developing

Built With

  • Node.js
  • Express.js

Prerequisites

  • Install editor Visual Studio Code
  • Make sure your NodeJS and yarn versions are up to date

Setting up Dev

$ git clone https://github.com/SoftwareMaestro-LinkLip/LinkLip-Parser.git
$ cd LinkLip-Parser
$ yarn install

Deploying / Publishing

  • Make pull request to main branch and merge it.

Directory Structure

linklip-parser
├── public/             # static files
├── utils/              # utilitis
│   └── parser.js       # web parser
│
├── index.js
├── ...
└── pakage.json

API Reference


License