Skip to content

jhankim/olapic-xml-magic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

olapic-xml-magic

AngularJS + PHP powered script to validate + visualize product feed structure

Dependencies

  • NPM
  • Bower
  • Grunt
  • PHP

Install

  1. Clone this repo:
$ git clone git@github.com:jaepanda/olapic-xml-magic.git
$ cd olapic-xml-magic
  1. Install npm
$ npm install
  1. Install bower
$ npm install bower
  1. Install grunt-cli
$ npm install grunt-cli
  1. Serve the page using grunt serve
$ grunt serve
  1. Start validating at http://localhost:9000/ :)

Extras

Max file upload size

This is currently set to 128M in /app/php.ini.

You can alter the content of the php.ini to accomodate larger files (no safety guaranteed though!)

Example:

upload_max_filesize = 256M
post_max_size = 256M

TODO

  • Add better cURL handling
  • Support authentication method for secure URL endpoints
  • Better error handling & output
  • Make UX prettier

About

PHP powered script to visualize product feed structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published