diff options
| author | Fuwn <[email protected]> | 2022-08-16 17:49:04 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-16 17:49:04 -0700 |
| commit | 0c3e99266658f68ed49ea314800b599e1504037b (patch) | |
| tree | e095d3c2e11ea128a5bb15d4ca6ff6bde63ea344 | |
| parent | feat(modules): stocks (diff) | |
| download | locus-0c3e99266658f68ed49ea314800b599e1504037b.tar.xz locus-0c3e99266658f68ed49ea314800b599e1504037b.zip | |
feat(blogs): news
| -rw-r--r-- | content/blogs/news/20220816.gmi | 11 | ||||
| -rw-r--r-- | content/blogs/news/blog.json | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/content/blogs/news/20220816.gmi b/content/blogs/news/20220816.gmi new file mode 100644 index 0000000..c59ad87 --- /dev/null +++ b/content/blogs/news/20220816.gmi @@ -0,0 +1,11 @@ +## Stock Market Data + +Visit the /stocks route to get stock market data. + +=> /stocks Stocks homepage which includes direct access to the rest of the stocks portal +=> /stocks/search Search for a specific symbol +=> /stocks/referrals Referral links to use in case you want to start investing and would like to support me! + +Special thanks to Finnhub for the stock market data! + +=> https://finnhub.io Finnhub diff --git a/content/blogs/news/blog.json b/content/blogs/news/blog.json new file mode 100644 index 0000000..52204fa --- /dev/null +++ b/content/blogs/news/blog.json @@ -0,0 +1,11 @@ +{ + "description": "Update logs of Locus (this Gemini capsule)", + "posts": { + "20220816": { + "author": "Fuwn", + "created": "2022. 08. 16.", + "last_modified": "2022. 08. 16.", + "name": "The Market Soars!" + } + } +} |