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

https://github.com/kennethormandy/typecooker-togo

A small TypeCooker app for mobile devices.
https://github.com/kennethormandy/typecooker-togo

Last synced: about 1 year ago
JSON representation

A small TypeCooker app for mobile devices.

Awesome Lists containing this project

README

          

![](preview.gif)

# TypeCooker ToGo

A small TypeCooker app for mobile devices.

## Getting started

To run the app locally, you’ll need a recent version of [Node.js](http://nodejs.org) installed, and to clone the project:

```sh
git clone https://github.com/kennethormandy/typecooker-togo
cd typecooker-togo
```

Now, you can install dependencies:

```sh
npm install -g cordova ionic
npm install
npm start
```

## License

[The MIT License (MIT)](LICENSE.md)

Copyright © 2015 [Kenneth Ormandy](http://kennethormandy.com)