diff --git a/api/index.php b/api/index.php new file mode 100644 index 0000000..4d114b6 --- /dev/null +++ b/api/index.php @@ -0,0 +1,14 @@ + +
+
+ moodblog API +
+
+ +
+
+ diff --git a/api/shields-mood.php b/api/shields-mood.php new file mode 100644 index 0000000..1b259c8 --- /dev/null +++ b/api/shields-mood.php @@ -0,0 +1,18 @@ + +{ + "schemaVersion": 1, + "label": "current mood", + "color": "lightgrey", + +} diff --git a/api/shields-posts.php b/api/shields-posts.php new file mode 100644 index 0000000..347b2c0 --- /dev/null +++ b/api/shields-posts.php @@ -0,0 +1,18 @@ + +{ + "schemaVersion": 1, + "label": "blog posts", + "color": "lightgrey", + +} diff --git a/api/shields-tunes.php b/api/shields-tunes.php new file mode 100644 index 0000000..e3db852 --- /dev/null +++ b/api/shields-tunes.php @@ -0,0 +1,18 @@ + +{ + "schemaVersion": 1, + "label": "current tunes", + "color": "lightgrey", + +}