Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pnijhara/movieapi-app
Movie API app is the app built with node.js using express and Open Movie Data Base Movie API
https://github.com/pnijhara/movieapi-app
Last synced: 1 day ago
JSON representation
Movie API app is the app built with node.js using express and Open Movie Data Base Movie API
- Host: GitHub
- URL: https://github.com/pnijhara/movieapi-app
- Owner: pnijhara
- Created: 2020-03-31T13:49:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:42:36.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T15:15:51.956Z (over 1 year ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MovieAPI-App
Movie API app is the app built with node.js using express and Open Movie Data Base Movie API
## Build Setup
``` bash
# install dependencies
$ sudo npm install -g --force nodemon
$ npm install# serve with hot reload at localhost:3000
$ nodemon app.js
```### API key
This app is using [Open Movie Data Base API](http://www.omdbapi.com/).
For generating your own key [visit here](http://www.omdbapi.com/apikey.aspx?__EVENTTARGET=freeAcct&__EVENTARGUMENT=&__LASTFOCUS=&__VIEWSTATE=%2FwEPDwUKLTIwNDY4MTIzNQ9kFgYCAQ9kFgICBw8WAh4HVmlzaWJsZWhkAgIPFgIfAGhkAgMPFgIfAGhkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYDBQtwYXRyZW9uQWNjdAUIZnJlZUFjY3QFCGZyZWVBY2N0x0euvR%2FzVv1jLU3mGetH4R3kWtYKWACCaYcfoP1IY8g%3D&__VIEWSTATEGENERATOR=5E550F58&__EVENTVALIDATION=%2FwEdAAU5GG7XylwYou%2BzznFv7FbZmSzhXfnlWWVdWIamVouVTzfZJuQDpLVS6HZFWq5fYpioiDjxFjSdCQfbG0SWduXFd8BcWGH1ot0k0SO7CfuulN6vYN8IikxxqwtGWTciOwQ4e4xie4N992dlfbpyqd1D&at=freeAcct&Email=) and enter your details.Replace your API key in the code and run the code.