/trivia-api

Primary LanguageTypeScript

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.