项目作者: alvinvoo

项目描述 :
Multi Tags Search web application for steemit.com
高级语言: JavaScript
项目地址: git://github.com/alvinvoo/smults.git
创建时间: 2018-08-23T06:06:28Z
项目社区:https://github.com/alvinvoo/smults

开源协议:

下载


Smults or (a.k.a Steem MULti Tags Search)

steemit.com allows searches by using only ONE tag while busy.org searches by single user’s name. This is inconvenient for those who need to look for more specific posts. Smults allows for multiple tags search, the ability to mark first tag as category, and the ability to filter by author.

Introduction

Click image to view youtube video
Smults Intro video

Getting Started

For development:

  1. > git clone https://github.com/Alvin-Voo/smults.git
  2. > yarn
  3. > yarn run dev or yarn run next

For production:

  1. > yarn run next_build
  2. > yarn run next_start or yarn start

For testing:

  1. > yarn test (for overall testing)
  2. > yarn test --verbose --coverage (to print out each test cases and coverage report)

RoadMap

  1. Route as the source of truth?