This module downloads and parses the sticker metadata and creates a javascript file which can be imported to the web project.
- Clone the repository
git clone git@github.com:vmm/web-sticker-parser.git- Install dependencies
npm install -g gulp
npm install- Run the default task which will download the metadata files under /download directory and create the javascript module
gulp/bin
- a python script which reads the downloaded metadata and creates the javascript file
/dist
- compiled module javascript
/downloads
- folder where the sticker data gets downloaded
/src
- pre compiled javascript