A book list of authors that have been intervered on Mark Hurst's show, Techtonic on WFMU
Explore the docs »
Live Site
·
Report Bug
·
Request Feature
Table of Contents
The client is composed of three files:
index.js
- Recent items with local storage
- Dynamically load data
- Lazy load images
- Search Capabilities
index.html
&index.css
- Template elements
- Book Container
- Search Results
- Header
- Search Bar
- Book List
- Template elements
.github/workflows/getAuthor.yml
- CRON job runs at the start of the show
- Setup node & run
getTechtonic/index.js
- Commits changes to repo
- Send email if job fails
getTechtonicBook/
index.js
- Scrapes Techtonic playlist page on WFMU
- Updates
data.js
with data from the scrape
data.js
- Array of data points for Book List
data-backup.js
- Data backup
This is an example of how you may set up the data fetch locally. To get a local copy up and running follow these simple example steps.
Make sure you have Node
installed
- install pnpm
npm install pnpm@latest -g
- Clone the repo
git clone https://github.com/Lombardoc4/TechtonicReadingList.git
- Change directory
cd getTechtonicBook
- Install NPM packages
pnpm i
- Run fetch
pnpm run fetch
Responses
- Error:
- Cannot get DOM from url
- Missing book details
- Missing book source
- Could not write to file, data.js
- Success:
- No new shows
- News shows: ...
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE
for more information.
Cris Lom - lom13@pm.me
Project Link: https://github.com/Lombardoc4/TechtonicReadingList