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
- Host: GitHub
- URL: https://github.com/neonarray/electron-imdb
- Owner: NeonArray
- License: mit
- Created: 2016-10-17T19:45:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-17T19:48:28.000Z (over 9 years ago)
- Last Synced: 2025-10-05T06:56:00.962Z (9 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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)