Repository
https://github.com/bostrot/steemsearchapi
What is the project about?
This is a little project that should make it easy for anybody to build up a reliable and highly customizable search solution for anything on steem. It was mainly built to let people search for DTube videos but with a little customization it can search for anything. Currently it gets posts from the steemit api, saves most reliable data in a sqlite database and on request searches for any keywords in the json_metadata field of all indexed posts.Features
Search for any keywords in json_metadata
Open source
Customizable for any needs
It also has a little test UI
Technology Stack
Node.js
Steemit API
better-sqlite3Roadmap
I want to make the customization even easier and migrate from a sqlite db to one that is made for high amounts of data. Also I want to turn some returned strings like the payout or last edited to variables which should update automatically on request.How to contribute?
I am highly active on GitHub so just send a pull request or create an issue if you have suggestions, bugs or just want to contribute.