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
- Host: GitHub
- URL: https://github.com/will-wow/floki-talk
- Owner: will-wow
- License: mit
- Created: 2019-07-15T05:05:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T03:56:57.000Z (over 3 years ago)
- Last Synced: 2025-02-05T14:45:55.658Z (8 months ago)
- Topics: elixir, floki, mdx-deck, webscraping
- Language: JavaScript
- Homepage: https://floki-talk.surge.sh
- Size: 10.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```