Rishi Ghan c604bd8e4d
Some checks failed
Docker Image CI / build (push) Has been cancelled
🔨 Fixes to searchmatchscorer
2026-04-14 07:11:18 -04:00
2021-06-17 12:04:45 -07:00
2021-06-17 12:04:45 -07:00
2026-04-14 07:11:18 -04:00
2021-06-17 12:04:45 -07:00
2021-06-17 12:04:45 -07:00
2021-06-17 12:04:45 -07:00
2023-12-31 18:15:45 -05:00
2021-06-17 12:04:45 -07:00
2021-06-17 12:04:45 -07:00
2025-02-25 16:20:44 -05:00
2021-06-17 12:04:45 -07:00
2022-08-18 00:29:48 -07:00
2026-03-04 23:36:10 -05:00
2026-03-04 23:36:10 -05:00
2026-03-04 23:36:10 -05:00
2022-01-07 22:56:36 -08:00
2025-05-06 18:17:01 -04:00

comicvine-service

This moleculer-based microservice houses comicvine and Metron related endpoints that are used to fetch metadata for various reasons on ThreeTwo!

Local Development

  1. Clone this repo
  2. Run npm i
  3. You should see the service spin up and a list of all the endpoints in the terminal
  4. Run the service using npm run dev
  5. The service can be accessed through http://localhost:3080/api/comicvine/*

Docker Instructions

  1. Build the image using docker build . -t frishi/threetwo-import-service. Give it a hot minute.
  2. Run it using docker run -it frishi/threetwo-import-service
Description
Metadata-related endpoints for ThreeTwo!
Readme 926 KiB
Languages
TypeScript 78.4%
HTML 20.6%
Dockerfile 1%