API Service to search boorus using @himeka/booru
npm install -g yarn
git clone https://github.com/asadahimeka/booru-search-api.git
cd booru-search-api
yarn install
yarn build
yarn start
By default this will launch the application on http://localhost:3000
. You will need to either
proxy requests from your web server
or change the port to serve the application directly.
MIT