- fetch data from github and cache it in forkdb
- generate URIs for all resources
- store mappings between generated URIs and github internal IDs (github urls change!)
- publish derived resources to a pod
- o-api-client
- o-cli-service
- github-fetch
- level
- level-promise
- forkdb
- sprom (promises wrapper)
github allows renaming accounts and repositories so URLs may change!!! having github id allows to find current url
http://stackoverflow.com/a/30579888
- https://api.github.com/user/:id
- https://api.github.com/repositories/:id
- https://api.github.com/organizations/:id
use number and append to repository url
:repo_url/issues/:number