Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Atoms AutoUpdateManager class as a standalone module.

License

Notifications You must be signed in to change notification settings

mongodb-js/hadron-auto-update-manager

Repository files navigation

hadron-auto-update-manager travis npm

Atom's AutoUpdateManager class as a standalone module.

Example

const path = require('path');
const AutoUpdateManager = require('hadron-auto-update-manager');

const autoUpdater = new AutoUpdateManager({
    endpoint: 'https://compass-mongodb-com.herokuapp.com',
    icon_path: path.join(__dirname, '..', 'resources', 'mongodb-compass.png')
  })
  .on('update-available', () => {
    autoUpdater.install();
  })
  .check();

License

Apache 2.0

About

Atoms AutoUpdateManager class as a standalone module.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •