An open API service indexing awesome lists of open source software.

https://github.com/tmcw/stickshift-app

Stickshift as a desktop application.
https://github.com/tmcw/stickshift-app

Last synced: over 1 year ago
JSON representation

Stickshift as a desktop application.

Awesome Lists containing this project

README

          

# Stickshift App

Stickshift App is [Stickshift](https://github.com/mapbox/stickshift) as a
desktop application.

![](http://i.imgur.com/sbV4ARw.gif)

This uses [electron](http://electron.atom.io/) as a desktop wrapper, and the [mysql](http://npmjs.org/mysql)
and [pg](http://npmjs.org/pg) modules to connect directly to MySQL & Postgres databases.

## Start

Clone this repo, and then

```sh
$ npm install
$ npm start
```