ma2tani / socl-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

soundcloud tracks search

Get track information of artists of sound cloud and search

Env

Rails 5.1.1
Elasticsearch 5.5.2

Elasticsearch mapping

$ curl -X PUT localhost:9200/socl_index -d @mapping/socl/mapping.json
$ curl -X PUT localhost:9200/socl_history -d @mapping/socl/history_mapping.json

Start

$ rails s

Register URL

http://localhost:3000/socls/search/

Search URL

http://localhost:3000/

About


Languages

Language:Ruby 71.6%Language:HTML 23.3%Language:JavaScript 2.5%Language:CSS 2.0%Language:CoffeeScript 0.5%