Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: update `fmt` | siddharth | 2021-11-27 | 1 | -1/+1 |
| | | | | Add config, file, and scheme packages | ||||
* | README.md: WIP | siddharth | 2021-11-27 | 1 | -5/+1 |
| | |||||
* | feed: add unmarshal | siddharth | 2021-11-27 | 1 | -0/+22 |
| | | | | Unmarshals the feed and sets Feed.Object | ||||
* | feed: add youtubeUnmarshal | siddharth | 2021-11-27 | 1 | -0/+17 |
| | | | | Unmarshler for a YouTube Feed. | ||||
* | feed: add nprUnmarshal | siddharth | 2021-11-27 | 1 | -0/+23 |
| | | | | Unmarshler for a NPR Feed. | ||||
* | feed: add `get` | siddharth | 2021-11-27 | 1 | -0/+28 |
| | | | | HTTP GETs raw feed from Feed.Source | ||||
* | feed: update Feed | siddharth | 2021-11-27 | 1 | -0/+1 |
| | | | | Add `Object` field. | ||||
* | add schema package | siddharth | 2021-11-27 | 1 | -0/+47 |
| | |||||
* | add feed package | siddharth | 2021-11-27 | 2 | -35/+60 |
| | | | | Move feed type and function to its own package. | ||||
* | add config package | siddharth | 2021-11-27 | 1 | -0/+127 |
| | |||||
* | add file package | siddharth | 2021-11-27 | 1 | -0/+33 |
| | |||||
* | initial commit | siddharth | 2021-11-27 | 6 | -0/+50 |