summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add db packagesiddharth2021-11-283-0/+193
|
* config: add process packagesiddharth2021-11-271-0/+9
|
* README.md: update descriptionsiddharth2021-11-271-1/+1
|
* Makefile: add license headersiddharth2021-11-271-0/+3
|
* Makefile: update `fmt`siddharth2021-11-271-1/+1
| | | | Add config, file, and scheme packages
* README.md: WIPsiddharth2021-11-271-5/+1
|
* feed: add unmarshalsiddharth2021-11-271-0/+22
| | | | Unmarshals the feed and sets Feed.Object
* feed: add youtubeUnmarshalsiddharth2021-11-271-0/+17
| | | | Unmarshler for a YouTube Feed.
* feed: add nprUnmarshalsiddharth2021-11-271-0/+23
| | | | Unmarshler for a NPR Feed.
* feed: add `get`siddharth2021-11-271-0/+28
| | | | HTTP GETs raw feed from Feed.Source
* feed: update Feedsiddharth2021-11-271-0/+1
| | | | Add `Object` field.
* add schema packagesiddharth2021-11-271-0/+47
|
* add feed packagesiddharth2021-11-272-35/+60
| | | | Move feed type and function to its own package.
* add config packagesiddharth2021-11-271-0/+127
|
* add file packagesiddharth2021-11-271-0/+33
|
* initial commitsiddharth2021-11-276-0/+50