Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itzaymvn/movies-search
This is a simple movies search engine. It uses the OMDb API to search for movies and display them in a list. It also allows you to see the title, date of release, and a poster for each movie.
https://github.com/itzaymvn/movies-search
movies omdb-api
Last synced: about 4 hours ago
JSON representation
This is a simple movies search engine. It uses the OMDb API to search for movies and display them in a list. It also allows you to see the title, date of release, and a poster for each movie.
- Host: GitHub
- URL: https://github.com/itzaymvn/movies-search
- Owner: itzAymvn
- License: mit
- Created: 2022-09-09T22:10:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T13:30:02.000Z (about 1 year ago)
- Last Synced: 2023-11-13T14:46:01.983Z (about 1 year ago)
- Topics: movies, omdb-api
- Language: JavaScript
- Homepage: https://movies.aymvn.me/
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is this?
This is a simple movies search engine. It uses the [OMDb API](http://www.omdbapi.com/) to search for movies and display them in a list. It also allows you to see the title, date of release, and a poster for each movie.
# How to use it?
1. Clone the repository
2. Run `npm install` to install the dependencies
3. Run `npm start` to start the server
4. Open `http://localhost:3000` in your browser# How to run the tests?
1. Run `npm test` to run the tests
# How to build the project?
1. Run `npm run build` to build the project
# LICENSE
[![GitHub](https://img.shields.io/github/license/ItzAymvn/Movies?color=%238e2be2&style=for-the-badge)](https://github.com/itzAymvn/Movies/blob/main/LICENSE)