An open API service indexing awesome lists of open source software.

https://github.com/z3t0/microblog

microblog
https://github.com/z3t0/microblog

Last synced: 3 months ago
JSON representation

microblog

Awesome Lists containing this project

README

          

# Usage
```sh
./scripts/build.sh
./build/microblog serve &
./build/microblog author &
```

The reader endpoint is on port 8000.
http://localhost:8000

The author endpoint is on port 8001.
http://localhost:8001
http://localhost:8001/backup to get copy of sqlite db

# Name
- z, for zero(config|bs)
- play on x.

# Design

- deno runtime
- sqlite persistence
- call cli for adding posts
- post: text, date, tags

# requirements:
- deno
- sqlite3

## mvp
- [ ] produce a single, crossplatform binary
- [ ] target 5mb runtime? something small...

## future
- [ ] add comprehensive tests
- [ ] stable links
- [ ] ipfs or related for redundancy