dduyg / alchemy-of-souls

Home Page:https://dduyg.github.io/alchemy-of-souls/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extracting Valuable Lines from ‘Alchemy of Souls’

🚧 Please note that this repository is in progress, with ongoing development. Check back later for updates.

This application returns a random line from the Korean series Alchemy of Souls upon the click of a button, and displays it in the browser.

It is built using HTML, CSS, and JavaScript. The jQuery library is used to fetch the CSV file containing the quotes/lines, which is also supported by older browsers contrary to the fetch API method. It uses the $.get() method to retrieve the CSV file, parse it and display the quotes. You need a csv parser library for this to work. This application uses Papa Parse. You should include the library in your HTML file before the script.

Status Details
Complete Episodes S01E01 to S01E18 integrated
To-Do Integrating episodes S01E19 to S02E10

About

https://dduyg.github.io/alchemy-of-souls/


Languages

Language:Jupyter Notebook 53.0%Language:Python 21.1%Language:HTML 11.9%Language:JavaScript 8.1%Language:CSS 6.0%