p5.js-web-editor/server
Joey Lee a5753b5e4c Script to fetch ml5 examples from Github Repo (#1051)
* replaced () with {} to fix implicit return error

* added first version of fetching generative-design examples

* ignore local testing files

* formatting

* updated examples-gg-latest

* updated examples-gg-latest.js

- data files not served via rawgit - hallelujah!
- added jquery

* updated p5 version

* refactoring and code cleanup

* added comment

* comment out link to svgFiles - unused

* moved commented code

* fixed conflicts

* linted examples-gg-latest

* removed console.log of response.data to prevent logging user data to console

* fixed linting error

* initial commit for setting up automated ml5 example fetching

* rm logs from .env replaced with placeholder

* added functions for retrieving all assets from examples sketches

* added recursive walk through to get all directories and files

* added functions t format files for making project

* added full working test

* added comments and formated code

* added comments

* set username at to of code

* added process.exit() on complete

* added linting and fixed errors

* rm await in return

* added es lint disable for reduce()

* rm package-lock.json

* reset package-lock.json to master

* "updated .env.example with dummy logins"

* updated .env.example for consistency

* added p5 user checking

* fixed linting issues

* add webpack config to build ml5 example fetching bundle
2019-05-02 15:12:06 -04:00
..
config Fixes #760 (#1046) 2019-05-01 15:38:11 -04:00
controllers Fixes #1052, in which you can't save a sketch after uploading a file (#1053) 2019-04-24 13:32:23 -04:00
migrations Fixing Spelling Mistake (#913) 2019-03-20 12:43:38 -04:00
models Added softwrap preference for users. (#970) 2019-03-26 15:37:44 -04:00
routes fixes #802 (#809) 2019-01-16 12:35:34 -05:00
scripts Script to fetch ml5 examples from Github Repo (#1051) 2019-05-02 15:12:06 -04:00
utils fix lint error 2019-02-20 14:57:26 -05:00
views Serve up an empty 404 page if no examples user (#766) 2019-01-25 14:12:39 -05:00
server.js Fixed Mongoose Warning (#856) 2019-03-01 15:47:17 -05:00