Skip to content

A fullstack application for parsing HTML contents.

Notifications You must be signed in to change notification settings

sjBao/html-parser

Repository files navigation

HTML Parser

demo: https://vast-inlet-80619.herokuapp.com/

running on your machine:

clone the repository

  1. Rails:
  • $ bundle
  • $ rails db:create
  • $ rails db:migrate
  1. npm:
  • $ npm run build

After you've finish the set up you can run on your machine with $ rake start.

API Endpoints

  • GET https://vast-inlet-80619.herokuapp.com/api/v1/links.json
  • POST https://vast-inlet-80619.herokuapp.com/api/v1/links
  • GET https://vast-inlet-80619.herokuapp.com/api/v1/links/:id.json
  • PUT/PATCH https://vast-inlet-80619.herokuapp.com/api/v1/links/:id
  • DELETE https://vast-inlet-80619.herokuapp.com/api/v1/links/:id

About

A fullstack application for parsing HTML contents.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages