1.0.0 • Published 5 years ago

udraw-collector v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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 git@github.com: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.