You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| /username | Displays the logged dates of the specified user |https://www.memorystack.tech/void|
31
-
| /username/datetime/logs | Displays the logs of a specified date and user |https://memorystack.tech/void/2021-11-18T07:44:39.970Z/logs|
32
-
| /signup | Your log in double quotes |https://memory-stack.herokuapp.com/signup|
33
-
34
-
Markdown is a lightweight markup language based on the formatting conventions
35
-
that people naturally use in email.
36
-
As [John Gruber] writes on the [Markdown site][df1]
37
-
38
-
> The overriding design goal for Markdown's
39
-
> formatting syntax is to make it as readable
40
-
> as possible. The idea is that a
41
-
> Markdown-formatted document should be
42
-
> publishable as-is, as plain text, without
43
-
> looking like it's been marked up with tags
44
-
> or formatting instructions.
45
-
46
-
This text you see here is \*actually- written in Markdown! To get a feel
47
-
for Markdown's syntax, type some text into the left window and
48
-
watch the results in the right.
49
-
50
24
## Installation
51
25
52
26
Memory Stack requires [Node.js](https://nodejs.org/) v10+ to run.
53
27
54
-
Visit [Memory Stack signup page](https://memorystack.tech/signup/) and create an account.
28
+
Visit [Memory Stack signup page](https://memorystack.live/signup/) and create an account.
55
29
56
30
Install the mstak NPM package globally.
57
31
@@ -85,6 +59,34 @@ Format : mstak <command> <input>
85
59
| logs | none | Lists all the logs you've pushed today. | mstak logs |
86
60
| setbio | Your desired bio | Changes your current bio to the desired bio. | mstak bio "A passionate developer from India, trying to make a difference!" |
0 commit comments