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

https://github.com/dodycode/electron_midtest

Temperature Conversion App
https://github.com/dodycode/electron_midtest

Last synced: 10 months ago
JSON representation

Temperature Conversion App

Awesome Lists containing this project

README

          

# Electron Mid-test Project
Temperature Conversion App.

![Main Window](https://i.imgur.com/KayJcoh.jpg)
### Installation

This project requires [Node.js](https://nodejs.org/) v10+ to run.

Install the dependencies and start the server.

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