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
- Host: GitHub
- URL: https://github.com/ismailnguyen/search-allocine
- Owner: ismailnguyen
- License: unlicense
- Created: 2020-04-12T19:18:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T11:20:24.000Z (over 3 years ago)
- Last Synced: 2024-12-31T22:09:58.044Z (over 1 year ago)
- Topics: allocine-api, aws-lambda, express, nodejs, serverless
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```
//
```