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

https://github.com/neonarray/electron-imdb

A simple electron app that fetches a movie from IMDB
https://github.com/neonarray/electron-imdb

Last synced: 9 months ago
JSON representation

A simple electron app that fetches a movie from IMDB

Awesome Lists containing this project

README

          

# electron-imbd

> A simple electron app that fetches a movie from IMDB.

## Dev

```
$ npm install
```

### Run

```
$ npm start
```

### Build

```
$ npm run build
```

Builds the app for macOS, Linux, and Windows, using [electron-packager](https://github.com/electron-userland/electron-packager).

## License

MIT © [Aaron Arney](http://ocular-rhythm.com)