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
- Host: GitHub
- URL: https://github.com/yefim/dot-files-website
- Owner: yefim
- Created: 2018-04-02T22:34:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T01:18:12.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T23:49:28.917Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.dot-files.com
- Size: 217 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...'
}
}
```