microfed 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +37 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,2 +1,37 @@
1
- # microfed.org
2
- microfed.org
1
+ <div align="center">
2
+ <h1>Microfed</h1>
3
+ </div>
4
+
5
+ <div align="center">
6
+ Micro Services Meets the Fediverse
7
+ </div>
8
+
9
+ ---
10
+
11
+ <div align="center">
12
+ <h4>Getting Started</h4>
13
+ </div>
14
+
15
+ ---
16
+
17
+
18
+ [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/micro-fed/microfed.org/blob/gh-pages/LICENSE)
19
+ [![npm](https://img.shields.io/npm/v/microfed)](https://npmjs.com/package/microfed)
20
+ [![npm](https://img.shields.io/npm/dw/microfed.svg)](https://npmjs.com/package/microfed)
21
+ [![Github Stars](https://img.shields.io/github/stars/micro-fed/microfed.org.svg)](https://github.com/micro-fed/microfed.org/)
22
+
23
+ ## Introduction
24
+
25
+ Tthis project is still at concept stage and aims to brain storm the intersection of micro servcies and the fediverse
26
+
27
+ The idea is that each component of a fediverse server can be composed from smaller services
28
+
29
+ These include:
30
+ - Profile
31
+ - Authentication
32
+ - Inbox
33
+ - Outbox
34
+
35
+ ## License
36
+
37
+ - MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microfed",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "microfed",
5
5
  "main": "index.js",
6
6
  "scripts": {