From f70ebabf05806b2edf99e036a76d88fa301e7ef4 Mon Sep 17 00:00:00 2001 From: vonzient Date: Wed, 3 Aug 2022 22:07:00 +0300 Subject: [PATCH] Prepare --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ac9389 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# quanix + +A minimalist news aggregator app, made with [*Ember.js*](https://slides.com/rubycalling/deck/#/1). + +## Motivation + +A prototype app for a *news aggregator* project involving various *sources* +(i.e. [*Bing*](https://www.microsoft.com/en-us/bing/apis/bing-news-search-api)), with options for +creating (and configuring) specific *schemas* (for different sets of *subjects*, *categories*, etc.). + +## Definitions + +*Source* +: An external *provider* used for obtaining news articles. + +*Schema* +: Used for bundling together articles for specific *subjects* (under specific *categories*) from specific *sources*. + +