https://github.com/neguindev/filmes-series-api
Filmes Series API is a Node.js application that fetches movie and series data using IMDb's unofficial API. It's built using Express for the server-side and Axios for HTTP requests.
https://github.com/neguindev/filmes-series-api
Last synced: over 1 year ago
JSON representation
Filmes Series API is a Node.js application that fetches movie and series data using IMDb's unofficial API. It's built using Express for the server-side and Axios for HTTP requests.
- Host: GitHub
- URL: https://github.com/neguindev/filmes-series-api
- Owner: NeguinDev
- Created: 2022-11-01T05:13:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T04:18:29.000Z (almost 3 years ago)
- Last Synced: 2025-02-11T10:46:53.636Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Filmes Series API
## Description
Filmes Series API is a Node.js application that fetches movie and series data using IMDb's unofficial API. It's built using Express for the server-side and Axios for HTTP requests.
## Requirements
- Node.js
- Express
- Axios
- CORS
## Installation
Clone the repository:
```bash
git clone https://github.com/NeguinDev/filmes-series-api.git
```
Install the dependencies:
```bash
npm install
```
## Usage
To start the application, run:
```bash
npm start
```
## API Endpoints
- `GET /filme?nome=`: Fetches movie data based on the movie name.
- `GET /serie?nome=`: Fetches series data based on the series name.
## Features
- Fetches movie and series data from IMDb.
- Filters the data to provide essential details like title, year, IMDb ID, image URL, actors, director, and genre.
## Contribution
Feel free to contribute to the project. Open a PR or an issue for discussions.
## License
ISC