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

https://github.com/yefim/dot-files-website

Dot-files community
https://github.com/yefim/dot-files-website

Last synced: 10 months ago
JSON representation

Dot-files community

Awesome Lists containing this project

README

          

Dot-files
===========

## Development

1. `npm install`

2. `npm start`

## State Tree

``` js
{
hot: ['id1', 'id2'],
new: ['id3', 'id4'],
random: ['id5', 'id6'],
posts: {
id1: {
id: 'id1',
username: 'yefim',
repo: 'dotfiles',
stars: 2,
score: 97,
timestamp: 123,
files: [
{
name: '.vimrc',
url: 'https://rawgit.com/yefim/dotfiles/master/.vimrc'
}
]
}
},
files: {
'https://rawgit.com/yefim/dotfiles/master/.vimrc': '...contents...'
}
}
```