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

https://github.com/will-wow/floki-talk

A Spectacle deck about Floki
https://github.com/will-wow/floki-talk

elixir floki mdx-deck webscraping

Last synced: 6 months ago
JSON representation

A Spectacle deck about Floki

Awesome Lists containing this project

README

          

# Floki Talk

A talk for [Elixir LA](https://www.meetup.com/Elixir-LA/events/pqcwlpyzkbwb/) about web scraping with Floki, an HTML parser for Elixir

Deck: [floki-talk.surge.sh](https://floki-talk.surge.sh)

Related Elixir Repo: [ExMDB](https://github.com/will-wow/exmdb)

## MDX-Deck

Made with [MDX Deck](https://github.com/jxnblk/mdx-deck)

## Presenter Mode

To use presenter mode:

1. Open your presentation and press Option + P to enter Presenter Mode
1. Click on the link in the bottom to open the presentation in another tab
1. Move the other window to the screen for the audience to see
1. Control the presentation from your window using the left and right arrow keys – the other window should stay in sync
1. Be sure to move your cursor so that it doesn't drive anyone in the audience crazy

## Running in Dev

```bash
yarn start
```

Then go to [localhost:8080](http://localhost:8080)

## Build & Deployment

Building the dist version of the project is as easy as running

```bash
yarn build
```

If you want to deploy the slideshow to surge, run

```bash
yarn deploy
```