1
0

Theme update. Cleanup of projects YAML
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-08-07 17:54:34 +02:00
parent f1998acdec
commit 5e3f5e788e
7 changed files with 8 additions and 58 deletions

View File

@ -1,13 +1,10 @@
---
title: "IMDb to Hugo Markdown"
summary: "Convert a list of IMDb ratings to Markdown files suitable for Hugo"
date: 2021-08-01T11:56:05+02:00
categories: ["PHP"]
image:
focal_point: ""
preview_only: false
url_code: "https://github.com/furyfire/imdb-to-hugo-md"
@ -39,7 +36,7 @@ The following fields are avaible in the CSV file.
# Implementation
I opted to use PHP for the implementation.
I opted to use PHP for the implementation and the composer package manager.
- To parse the CSV file I use the library leauge/csv. (https://csv.thephpleague.com/)
- To scrape additional movie information from IMDb I used the library imdbphp/imdbphp. (https://github.com/tboothman/imdbphp)