Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfrazee/app-social
https://github.com/pfrazee/app-social
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pfrazee/app-social
- Owner: pfrazee
- Created: 2017-02-27T16:05:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T03:01:49.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T15:54:43.278Z (about 2 months ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microblog site template
## Site structure
The site's feed can interact with any other site that follows this structure.
### /favicon.png
Site icon (optional)
### /dat.json
General site info (required)
```
{
title: string, the shortname of the site
description: string
}
```### /microblog.json
Micro-blog site info (optional)
```
{
follows: [{
url: string, url of the followed site
title: string, the shortname of the followed site
}]
}
```### /posts/*.txt
Micro-blog posts. Unstructured text.