Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev99problems/fm-favs-scraper
Frontend Masters bookmarked courses meta info converter to Airtable page
https://github.com/dev99problems/fm-favs-scraper
Last synced: 28 days ago
JSON representation
Frontend Masters bookmarked courses meta info converter to Airtable page
- Host: GitHub
- URL: https://github.com/dev99problems/fm-favs-scraper
- Owner: dev99problems
- License: mit
- Created: 2022-01-23T13:53:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T21:08:28.000Z (almost 3 years ago)
- Last Synced: 2023-04-26T13:00:43.409Z (over 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
fm-favs-scraper 🗄️
> Grabs meta information of bookmarked courses on Frontend Masters and sends to Airtable page
## Preface 💬️
[Frontend Masters](https://frontendmasters.com/courses) is a great site with courses for `frontend engineers` where
you can find both deep UI engineering stuff and some unusual courses on Security, Rust, Go or Python, etc.So here is a `tiny tool`, which helps me scrap my bookmarked courses' **meta data** (Author, Course Link, Length, etc.) and
store in a more convenient place like `Airtable`.## Rationale 💡
I have near 35 courses `bookmarked`, so I decided it will be much more convenient (and obviously more fun) to write a few scripts for that.
## Tooling 🛠️
All the magic is done with `Puppeeteer`, which goes through the **Sign in** process, finds the right page and fetches the needed meta data.
Next phase is writing down this information into `Airtable` page with a help of [Airtable.js](https://github.com/Airtable/airtable.js) and voilà.
If the `Airtable.js` documentation does not look very **comprehensive**, a lot more **useful** docs can be found at https://airtable.com/api## Screencast 💻
![fm-favs-scrapper-demo](https://user-images.githubusercontent.com/6503508/150685892-6b8b4bd8-631c-420f-b223-7be95bcb8f63.gif)