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

https://github.com/ozgrozer/trevor

Unit converter app
https://github.com/ozgrozer/trevor

converter electron react reactjs trevor unit-converter

Last synced: 6 months ago
JSON representation

Unit converter app

Awesome Lists containing this project

README

          

# trevor
[![tag](https://img.shields.io/github/tag/ozgrozer/trevor.svg)](https://github.com/ozgrozer/trevor/tags)
[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/ozgrozer/trevor/blob/master/license)

[Electron](https://github.com/electron/electron) based unit converter app inspired by [Numi](http://numi.io/), powered by [React](https://github.com/facebook/react/).

![](screenshot.jpg)

## Build
```sh
# 1. Download the repo.
git clone https://github.com/ozgrozer/trevor.git

# 2. Change directory.
cd trevor

# 3. Install dependencies (with npm or yarn).
npm install
yarn install

# 4. Build the app.
npm run build

# 5. DMG file will be opened automatically.
```

## Contribution
Feel free to contribute. Open a new [issue](https://github.com/ozgrozer/trevor/issues), or make a [pull request](https://github.com/ozgrozer/trevor/pulls).

## License
[MIT](https://github.com/ozgrozer/trevor/blob/master/license)