Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.86 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.86 KB

OMarker(Link.ly)

The online and searchable bookmark app.

by Ronald Porch and Philip Q Nguyen

It contains two core functionalities:

  • Website scraping
  • Fast searching

Description

Omarker lets users add their favorite links on the app, and quickly retrieve those links through a text search.

Omarker will scrape the targeted website for meta data, and it will be stored in the database for future searches. It scrapes title, meta, and the first paragraph if the meta does not exist.

The search techniques used by Omarker takes advantage of PG's built in search functionalities. This inclues full text searching in the english dictionary, double metaphone searching, and trigram (fuzzy) searching.

Aesthetics

Omarker uses a modern metro style with pictures taken from scraped websites laid out as bricks on a grid. It also features endless scrolling. Below is a screenshot of the web app:

Screenshot

And here is the mobile view:

Mobile view

Core dependencies

Thanks to