Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 1011 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 1011 Bytes

Hive App Registry Worker/Server

A worker that fetches git repositories listed on Hive App Registry Wiki page, and serves the combined manifest.json file and individual icon files. The output static files are consumed by Hive App Store

Usage

If you want your app listed in the App store, go ahead add it to our app registry wiki page: https://github.com/hivewallet/hive-osx/wiki/App-Registry

Make sure to tag your releases as App Registry worker only list apps with their latest tagged git release.

All static files are updated every 10 minutes. Note that all image assets are cached for 10 minutes.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request