essn / html-indexer

Simple API for indexing information from URLs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML Indexing API

Simple API for indexing information from URLs.

To run app

  • bundle install

  • rake db:setup

  • rails s -b webrick

To run specs

  • rspec spec

Routes

  • POST /pages
    • Index a URL
    • PARAMS: url - URL to be indexed
  • GET /pages
    • List information for all indexed URLs as JSON

About

Simple API for indexing information from URLs.


Languages

Language:Ruby 99.4%Language:HTML 0.6%