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

https://github.com/vitorbaraujo/letterboxd-stats-ui

UI Replica of Letterboxd all-time stats page
https://github.com/vitorbaraujo/letterboxd-stats-ui

vuejs

Last synced: 29 days ago
JSON representation

UI Replica of Letterboxd all-time stats page

Awesome Lists containing this project

README

        

# letterboxd-stats

This project replicates the UI for the [Letterboxd all-time stats user page](https://letterboxd.com/moulton/stats/).

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).