This commit is contained in:
vonzient 2022-08-03 22:07:00 +03:00
commit f70ebabf05
1 changed files with 19 additions and 0 deletions

19
README.md Normal file
View File

@ -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*.