aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-08-16 17:49:04 -0700
committerFuwn <[email protected]>2022-08-16 17:49:04 -0700
commit0c3e99266658f68ed49ea314800b599e1504037b (patch)
treee095d3c2e11ea128a5bb15d4ca6ff6bde63ea344
parentfeat(modules): stocks (diff)
downloadlocus-0c3e99266658f68ed49ea314800b599e1504037b.tar.xz
locus-0c3e99266658f68ed49ea314800b599e1504037b.zip
feat(blogs): news
-rw-r--r--content/blogs/news/20220816.gmi11
-rw-r--r--content/blogs/news/blog.json11
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!"
+ }
+ }
+}