github-store
Use a github repository like the local file system it was always meant to be

Installation
npm install github-store
API
To construct the store use:
'use strict';
var GithubStore = require('github-store');
var store = new GithubStore(USER, REPO, GITHUB_TOKEN, options);
## License
MIT