commit f70ebabf05806b2edf99e036a76d88fa301e7ef4 Author: vonzient Date: Wed Aug 3 22:07:00 2022 +0300 Prepare 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*. + +