ryzy / trivia-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Trivia API

CircleCI

Live Demo

API:

GET /google/images?q=SEARCH_QUERY
GET /unsplash/images?q=SEARCH_QUERY
GET /explain?q=SEARCH_QUERY

Development

Start the API:

yarn api:start:dev

Start the demo app and watch for changes in ngx-trivia-api npm module:

yarn start
yarn modules:build --watch

Testing:

yarn api:test
yarn api:test:e2e
yarn modules:test
yarn test // for demo app

HINT: quickly run the whole CI flow with yarn all.

About


Languages

Language:TypeScript 82.6%Language:JavaScript 7.6%Language:HTML 5.6%Language:CSS 2.8%Language:Dockerfile 0.7%Language:Shell 0.7%