fetch-ford-service-manuals
Downloads HTML and PDF versions of Ford Service Manuals from PTS
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- extensions.json
- settings.json
- yarn-4.1.0.cjs
- bin-prettier.js
- index.js
- package.json
- tsc
- tsserver
- tsc.js
- tsserver.js
- tsserverlibrary.js
- typescript.js
- package.json
- integrations.yml
- example-output.png
- open-pts.png
- pre-2003-index.jpg
- wiring-request.png
- workshop-request.png
- fetchAlphabeticalIndex.ts
- saveEntireAlphabeticalIndex.ts
- fetchBasicPage.ts
- fetchConnectorList.ts
- fetchLocIndexComponentType.ts
- fetchPageList.ts
- fetchSvg.ts
- fetchTableOfContents.ts
- saveConnector.ts
- saveEntireWiring.ts
- saveLocIndex.ts
- savePage.ts
- fetchManualPage.ts
- fetchTreeAndCover.ts
- saveEntireManual.ts
- client.ts
- constants.ts
- index.ts
- processCLIArgs.ts
- readConfig.ts
- transformCookieString.ts
- utils.ts
- .gitignore
- cookieString.txt.template
- params.json.template
- .gitattributes
- .gitignore
- .yarnrc.yml
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/iamtheyammer/fetch-ford-service-manuals
Downloads the entire project code from GitHub to your computer.
cd fetch-ford-service-manuals
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd .yarn/sdks/prettier
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
