# Netflix Popular Action Movies

This example shows how to get the most popular action movies from Netflix.

## How to Run

Update `API_KEY` constant with your own API key. Then:

```shell
 npm install
 npm start 
```
