Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okdistribute/dat-menubar
deprecated
https://github.com/okdistribute/dat-menubar
Last synced: 11 days ago
JSON representation
deprecated
- Host: GitHub
- URL: https://github.com/okdistribute/dat-menubar
- Owner: okdistribute
- Created: 2015-11-21T23:43:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T07:07:33.000Z (over 8 years ago)
- Last Synced: 2024-10-17T17:53:36.986Z (22 days ago)
- Language: CSS
- Homepage: http://dat-data.com
- Size: 446 KB
- Stars: 83
- Watchers: 8
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-starred - okdistribute/dat-menubar - deprecated (others)
README
# Desktop Application for `dat`
This is a cross-platform desktop application for [dat](http://dat-data.com). PRs welcome.
Sharing a folder gives you a link. Give that link to someone else. They put the link in the app to download the data. The two apps find each other, and the data goes peer to peer, traveling through no centralized servers. The data will be available as long as at least one peer is seeding it.
![open](img/open.png)
## TODO
See issue tracker.
## Developer Install
This app under active development and not production ready. If you want to test it out, you can get it set up locally.
Easy to install and run:
```
node_modules $ git clone http://github.com/karissa/dat-desk
node_modules $ cd dat-desk
dat-app $ npm install
dat-app $ npm start
```