udraw-collector
v1.0.0
Published
Collects all images from uDraw
Readme
unDraw Collector - Vue
This package is a simple Typescript script that requests all the images from unDraw website (https://undraw.co/search) and create Vue components.
Each image is a SFC (Single File Component).
How to use
We will assume you have npm and typescript installed globally. If you don't
you can check it here now to install NPM and install typescript
(short version: npm -g install typescript)
- git clone [email protected]:CharlieBrownCharacter/undraw-collector.git
- npm install
- tsc && node --experimental-modules index.js
Warning
This is for educational purpose only. Scraping is illegal in case you don't have a an authorization from the website's owner.
