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

https://github.com/ismailnguyen/search-allocine

Allocine Search API client
https://github.com/ismailnguyen/search-allocine

allocine-api aws-lambda express nodejs serverless

Last synced: about 1 month ago
JSON representation

Allocine Search API client

Awesome Lists containing this project

README

          

# search-allocine
Allocine Search API client

## Install

### Local

#### Install packages
```
npm install
```

#### Start server
```
npm start
```

### Cloud (AWS Lambda)

#### Install tools
```
npm install -g serverless
```

#### Install packages
```
npm install
```

#### Deploy
```
sls deploy
```

More about AWS Lambda deployment here : [https://serverless.com/blog/serverless-express-rest-api/](https://serverless.com/blog/serverless-express-rest-api/)

## Usage

Search by film name
```
/
```

Search by film name at a given page
```
//
```