Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
/ ft-quiz Public archive

Automated quiz api for news in specified date range.

Notifications You must be signed in to change notification settings

ftlabs/ft-quiz

Repository files navigation

FTLabs Quiz Experiment

This is an experiment with automating quiz questions from the news published in a given amount of time. Although this a stand alone project it is also an excuse to explore new technologies which we can use to extract data from our content.

This is an API utilising AWS technologies (api gateway and lambda).

The end goal is to have a versatile api which can give automated questions of different types from one api call.

Setup

To run and deploy this app you will need to install serverless:

npm install -g serverless

Then to deploy:

serverless deploy -v

You will need these environment variables saved in the root in a serverless.env.yml:

dev:
  LANTERN_API_KEY: <lantern api key>

Question types

Redacted

This question type gets the top articles published over a given time and redacts a key phrase in the headline. It uses AWS Comprehend and the Lantern API.

An example of these in action can be found here

About

Automated quiz api for news in specified date range.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •